メインメニューを開く

RAD Studio API Documentation β

System.Tether.Manager.TTetheringProfile.DoSendCommandWithResponse

Delphi

function DoSendCommandWithResponse(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand): TTetheringCommand; virtual;

C++

virtual TTetheringCommand __fastcall DoSendCommandWithResponse(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


説明

指定されたコマンドを指定された接続を使って送信し、応答コマンドを受信するまで待機し、受信したコマンドを返します。

SendCommandWithResponseDoSendCommandWithResponse を呼び出します。