System.Tether.Manager.TTetheringManagerCommunicationThread.SendCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SendCommand(const AConnection, AData: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Calls DoSendCommand to send data to a remote adapter.

If the TTetheringAdapter has a tethering manager and its TTetheringManager is Enabled, SendCommand calls DoSendCommand.

See Also