System.Tether.Manager.TTetheringProfile.DoSendCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Beschreibung

Sendet den angegebenen Befehl über die angegebene Verbindung.

SendCommand ruft DoSendCommand auf.

Siehe auch