System.Tether.Manager.TTetheringProfile.Manager

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Manager: TTetheringManager read FManager write SetManager;

C++

__property TTetheringManager* Manager = {read=FManager, write=SetManager};

Propriétés

Type Visibilité  Source Unité  Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Gestionnaire associé au profil.

Quand vous définissez le gestionnaire associé au profil, le profil se recense dans le gestionnaire et instancie les protocoles définis dans ImplementedProtocolAdapters.

Exceptions

Si votre profil est activé (Enabled vaut True), voir TTetheringTCPProtocol.StartCommunication pour des informations sur les exceptions pouvant être déclenchées si TTetheringTCPProtocol est inclus parmi les paires de ImplementedProtocolAdapters.

Voir aussi