System.Tether.Manager.TTetheringManagerCommunicationThread.SendCommand

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

Delphi

procedure SendCommand(const AConnection, AData: string);

C++

void __fastcall SendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData);

プロパティ

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


説明

DoSendCommand を呼び出すと、リモート アダプタにデータを送信できます。

TTetheringAdapter にテザリング マネージャがあり、その TTetheringManagerEnabled の場合、SendCommandDoSendCommand を呼び出します。

関連項目