System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendCommand(const AConnection, AData: string); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread


Description

Envoie une réponse à l'adaptateur Bluetooth distant.

Si la communication avec l'adaptateur Bluetooth distant n'est pas établie, SendCommand tente à nouveau d'envoyer les données à l'adaptateur Bluetooth distant à trois reprises maximum.

Voir aussi