System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetAllowedProtocolsAdapters: TTetheringProtocolAdapterTypes; virtual; abstract;

C++

virtual __classmethod TTetheringProtocolAdapterTypes __fastcall GetAllowedProtocolsAdapters() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


説明

キーがプロトコル タイプ、値がアダプタ タイプからなる、キー&値ペア配列を返します。各項目では、TTetheringProfile 実装がサポートする「キー&値」の組み合わせを表しています。

返された配列は、ImplementedProtocolAdapters プロパティのデフォルト値です。


GetAllowedProtocolsAdapters は、抽象メソッドです。 GetAllowedProtocolsAdapters は、TTetheringProfile のサブクラスで実装することができます。

関連項目