System.Tether.Manager.TTetheringProfile.SendCommandWithResponse

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

Delphi

function SendCommandWithResponse(const AProfile: TTetheringProfileInfo; const ACommand: TTetheringCommand): TTetheringCommand; overload;
function SendCommandWithResponse(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand): TTetheringCommand; overload;

C++

TTetheringCommand __fastcall SendCommandWithResponse(const TTetheringProfileInfo &AProfile, const TTetheringCommand &ACommand)/* overload */;
TTetheringCommand __fastcall SendCommandWithResponse(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand)/* overload */;

プロパティ

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


説明

指定されたコマンドを指定された接続または指定されたリモート プロファイル接続を使って送信し、応答コマンドを受信するまで待機し、受信したコマンドを返します。

SendCommandWithResponseDoSendCommandWithResponse を呼び出します。