System.Tether.Manager.TTetheringProfiles.GetProfileProtocolAdapters

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetProfileProtocolAdapters(const AProfileType: TTetheringProfileType): TTetheringProtocolAdapterTypes; static;

C++

static System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > __fastcall GetProfileProtocolAdapters(const System::UnicodeString AProfileType);

Propriétés

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


Description

Liste de combinaisons de type d'adaptateur et type de protocole supportées par le type de profil spécifié.

Exceptions

Un appel de GetProfileProtocolAdapters peut déclencher l'une des exceptions suivantes :

Exception Exception.Message Scénarios

ETetheringException

Profil "<type de profil>" n'est pas recensé

Profil "<type de profil>" sans protocoles-adaptateurs recensés

Voir aussi