System.Tether.Manager.TTetheringProfiles.GetProfileProtocolAdapters

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

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

プロパティ

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


説明

指定されたプロファイルのタイプでサポートされているアダプタ タイプとプロトコル タイプの組み合わせのリストです。

例外

GetProfileProtocolAdapters への呼び出しは、次の例外のいずれかを発生させます:

Exception Exception.Message シナリオ

ETetheringException

プロファイル "<プロファイル タイプ>" は登録されていません

プロファイル "<プロファイル タイプ>" には登録済みのプロトコル アダプタがありません

関連項目