System.Tether.Manager.TTetheringProfiles.AllowedProtocolAdapters

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property AllowedProtocolAdapters[const AProfileType: TTetheringProfileType]: TTetheringProtocolAdapterTypes

C++

/* static */ __property System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AllowedProtocolAdapters[const System::UnicodeString AProfileType] = {read=GetProfileProtocolAdapters};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfiles


Beschreibung

Liste mit Kombinationen von Adaptertyp und Protokolltyp, die von dem angegebenen Profiltyp unterstützt werden.

Exceptions

Ein Aufruf von AllowedProtocolAdapters könnte eine der folgenden Exceptions auslösen:

Exception Exception.Message Szenarien

ETetheringException

Profil "<Profiltyp>" ist nicht registriert

Profil "<Profiltyp>" ohne registrierte Protokolladapter

Siehe auch