System.Tether.Manager.TTetheringProfiles.GetProfileProtocolAdapters

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function 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 GetProfileProtocolAdapters can 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