System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 Antwort an den Remote-Bluetooth-Adapter.

Wenn die Kommunikation mit dem Remote-Bluetooth-Adapter nicht eingerichtet ist, versucht SendCommand maximal dreimal, die Daten an den Remote-Bluetooth-Adapter zu senden.

Siehe auch