System.Tether.Manager.TTetheringProfile.DoReceiveCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoReceiveCommand(const AConnection: TTetheringConnection): TTetheringCommand; virtual;

C++

virtual TTetheringCommand __fastcall DoReceiveCommand(TTetheringConnection* const AConnection);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
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 depuis le protocole de la connexion spécifiée.

ReceiveCommand appelle DoReceiveCommand.

Voir aussi