System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand
Delphi
procedure DoSendCommand(const AConnection, AData: string); override;
C++
virtual void __fastcall DoSendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkManagerCommunicationThread |
説明
コマンド文字列をリモート ネットワーク通信スレッドに送ります。
DoSendCommand は、次のパラメータを受け取ります:
AConnectionは、通信の相手先の IP アドレスとポートです。ADataは、送るコマンド文字列です。