System.Tether.Manager.TTetheringProfile.SendCommand

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

Delphi

procedure SendCommand(const AProfile: TTetheringProfileInfo; const ACommand: TTetheringCommand); overload;
procedure SendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); overload;

C++

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

プロパティ

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


説明

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

SendCommand では DoSendCommand を呼び出します。

関連項目