API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand
Delphi
procedure DoSendCommand(const AConnection, AData: string); override;
C++
virtual void __fastcall DoSendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | System.Tether.BluetoothAdapter.pas System.Tether.BluetoothAdapter.hpp |
System.Tether.BluetoothAdapter | TTetheringBluetoothManagerCommunicationThread |
Beschreibung
Sendet eine Meldung an einen Remote-Adapter. {{#multireplace:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
- Hinweis: Dies ist eine abstrakte Methode, die von technologiespezifischen Unterklassen von TTetheringManagerCommunicationThread implementiert wird.
Sendet eine Meldung an einen Remote-Adapter.
Für Classic Bluetooth-Kommunikationen wird diese Methode von TTetheringBluetoothManagerCommunicationThread.DoSendCommand implementiert.