API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand

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

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

説明

リモート アダプタにメッセージを送信します。

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand は System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand を参照しています。

メモ: これは、TTetheringManagerCommunicationThread の特定技術用のサブクラスで実装される抽象メソッドです。

リモート アダプタにメッセージを送信します。

クラシック Bluetooth による通信の場合は、TTetheringBluetoothManagerCommunicationThread.DoSendCommand がこのメソッドを実装したものです。

関連項目