System.Tether.Manager.TTetheringProfiles
Delphi
TTetheringProfiles = class
C++
class PASCALIMPLEMENTATION DECLSPEC_DRTTI TTetheringProfiles : public System::TObject
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | System.Tether.Manager |
Description
Conserve une liste de types de profils pris en charge, ainsi que les listes des types d'adaptateurs et des types de protocoles pris en charge par chaque type de profil, et vous permet de créer des instances des profils selon un type spécifié.
Utilisez RegisterProfile pour recenser un type de profil, puis utilisez RegisterProfileProtocolAdapter pour recenser respectivement les adaptateurs ou protocoles d'un profil donné. Vous devez uniquement recenser les adaptateurs et les protocoles d'un profil préalablement recensé. Sinon, la méthode recensée déclenche une exception ETetheringException.
TTetheringProfiles fournit également des méthodes d'annulation du recensement : UnRegisterProfile, UnRegisterProfileProtocolAdapter.
Vous pouvez utiliser GetProfileInstance afin de créer une instance d'un profil d'un type de profil configuré pour utiliser un gestionnaire spécifié.
Voir aussi
- System.Tether.Manager.TTetheringProfileType
- System.Tether.Manager.TTetheringAdapterType
- System.Tether.Manager.TTetheringProtocolType
- System.Tether.Manager.TTetheringProfiles.RegisterProfile
- System.Tether.Manager.TTetheringProfiles.UnRegisterProfile
- System.Tether.Manager.TTetheringProfiles.RegisterProfileProtocolAdapter
- System.Tether.Manager.TTetheringProfiles.UnRegisterProfileProtocolAdapter
- System.Tether.Manager.TTetheringProfiles.GetProfileInstance