System.Tether.Manager.TTetheringProfile.DoSendCommandWithResponse

提供: RAD Studio API Documentation
移動先: 案内検索

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 を呼び出します。