System.Tether.Manager.TTetheringProfile.SendCommandWithResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SendCommandWithResponse(const AProfile: TTetheringProfileInfo; const ACommand: TTetheringCommand): TTetheringCommand; overload;
function SendCommandWithResponse(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand): TTetheringCommand; overload;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
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, wartet auf den Empfang eines Antwortbefehls und gibt den empfangenen Befehl zurück.

SendCommandWithResponse ruft DoSendCommandWithResponse auf.