System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetAllowedProtocolsAdapters: TTetheringProtocolAdapterTypes; virtual; abstract;

C++

virtual __classmethod TTetheringProtocolAdapterTypes __fastcall GetAllowedProtocolsAdapters() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

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.

The returned array is the default value of the ImplementedProtocolAdapters property.

GetAllowedProtocolsAdapters is an abstract method. You must implement GetAllowedProtocolsAdapters in subclasses of TTetheringProfile.

See Also