API:System.Tether.AppProfile.TTetheringAppProfile.GetAllowedProtocolsAdapters
Delphi
class function GetAllowedProtocolsAdapters: TTetheringProtocolAdapterTypes; override;
C++
__classmethod virtual System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > __fastcall GetAllowedProtocolsAdapters();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TTetheringAppProfile |
Description
Returns an array of key-value pairs where keys are protocol types, values are adapter types, and each entry represents a combination of both that this TTetheringProfile implementation supports.
System.Tether.AppProfile.TTetheringAppProfile.GetAllowedProtocolsAdapters inherits from System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters. All content below this line refers to System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters.
Returns an array of key-value pairs where keys are protocol types, values are adapter types, and each entry represents a combination of both that this TTetheringProfile implementation supports.
The returned array is the default value of the ImplementedProtocolAdapters property.
GetAllowedProtocolsAdapters is an abstract method. You must implement GetAllowedProtocolsAdapters in subclasses of TTetheringProfile.