System.Tether.Manager.TTetheringProfile.SendCommandWithResponse
Révision datée du 19 août 2015 à 08:53 par Simona.craciun (discussion | contributions) (1 version : August 14, 2015 Translation Package. LOC-19898)
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.