System.Tether.Manager.TTetheringProfile.SendCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SendCommand(const AProfile: TTetheringProfileInfo; const ACommand: TTetheringCommand); overload;
procedure SendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); overload;

C++

void __fastcall SendCommand(const TTetheringProfileInfo &AProfile, const TTetheringCommand &ACommand)/* overload */;
void __fastcall SendCommand(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand)/* overload */;

Eigenschaften

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


Beschreibung

Sendet den angegebenen Befehl über die angegebene Verbindung oder über die Verbindung des angegebenen Remote-Profils.

SendCommand ruft DoSendCommand auf.

Siehe auch