System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand
Delphi
procedure DoSendCommand(const AConnection, AData: string); virtual; abstract;
C++
virtual void __fastcall DoSendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManagerCommunicationThread |
Description
- Note: This is an abstract method that technology-specific subclasses of TTetheringManagerCommunicationThread implement.
Sends a message to a remote adapter.
For Classic Bluetooth communications, TTetheringBluetoothManagerCommunicationThread.DoSendCommand implements this method.