System.Tether.Manager.TTetheringProfile.DoSendCommandWithResponse
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 DoSendCommandWithResponse(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand): TTetheringCommand; virtual;
C++
virtual TTetheringCommand __fastcall DoSendCommandWithResponse(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | 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, attend jusqu'à ce qu'elle reçoive une commande de réponse et renvoie la commande reçue.