System.Tether.Manager.TTetheringProfile.DoSendCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); virtual;

C++

virtual void __fastcall DoSendCommand(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Sends the specified command using the specified connection.

SendCommand calls DoSendCommand.

See Also