System.Tether.Manager.TTetheringProfile.DoSendCommandWithResponse

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

SendCommandWithResponse appelle DoSendCommandWithResponse.