API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.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.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Sends a message to a remote adapter.

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand inherits from System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand. All content below this line refers to System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand.

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