System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Sends a response to the remote Bluetooth adapter .

If the communication with the remote Bluetooth adapter is not established, SendCommand retries to send the data to the remote Bluetooth adapter a maximum of three times.

See Also