API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand

From RAD Studio API Documentation

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 message to a remote adapter. {{#multireplace:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also