System.Tether.Manager.TTetheringProfile.SendCommandWithResponse
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 */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Envoie la commande spécifiée en utilisant la connexion spécifiée ou la connexion du profil distant spécifié, attend jusqu'à ce qu'il reçoive une commande de réponse, et renvoie la commande reçue.