System.Tether.Manager.TTetheringProfile.DoSendCommand

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

Delphi

procedure DoSendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); virtual;

C++

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

プロパティ

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


説明

指定されたコマンドを指定された接続を使って送信します。

SendCommandDoSendCommand を呼び出します。

関連項目