System.Tether.Manager.TTetheringProfiles.AllowedProtocolAdapters

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfiles

Description

List of combinations of adapter type and protocol type supported by the specified type of profile.

Exceptions

A call to AllowedProtocolAdapters may raise any of the following exceptions:

Exception Exception.Message Scenarios

ETetheringException

Profile "<profile type>" is not registered

Profile "<profile type>" without registered protocol-adapters

See Also