System.Tether.Manager.TTetheringProfiles.GetProfileProtocolAdapters

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function 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 GetProfileProtocolAdapters 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