System.Tether.Manager.TTetheringProfile.ReceiveCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

TTetheringCommand __fastcall ReceiveCommand(const TTetheringProfileInfo &AProfile)/* overload */;
TTetheringCommand __fastcall ReceiveCommand(TTetheringConnection* const AConnection)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Renvoie une instance de TTetheringCommand construite à partir des données reçues du protocole de la connexion spécifiée ou du protocole de la connexion du profil distant spécifié.

ReceiveCommand appelle DoReceiveCommand.

Voir aussi