System.Tether.Manager.TTetheringProfile.ImplementedProtocolAdapters

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

Delphi

property ImplementedProtocolAdapters: TTetheringProtocolAdapterTypes read FImplementedProtocolAdapters write SetImplementedProtocols;

C++

__property System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > ImplementedProtocolAdapters = {read=FImplementedProtocolAdapters, write=SetImplementedProtocols};

プロパティ

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


説明

プロファイルが使用するよう設定されたプロトコル タイプとアダプタ タイプの組み合わせの配列


新しいプロファイルは、デフォルトでどのサポート対象の組み合わせでも使用するよう、設定されています。ImplementedProtocolAdapters の値を変更して、プロファイルが使用するべき、独自のプロトコル タイプとアダプタ タイプの組み合わせの配列を設定することができます。

メモ: ImplementedProtocolAdapters の値を変更する前に、プロファイルにマネージャを割り当てる必要があります

例外

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

Exception Exception.Message シナリオ

ETetheringException

マネージャ プロパティが割り当てられていません

プロファイルが有効(EnabledTrue)である場合、ImplementedProtocolAdapters を変更して、TTetheringTCPProtocol が新しい値のペアに含まれる際に発生する可能性のある例外については、TTetheringTCPProtocol.StartCommunication を参照してください。

関連項目