System.Tether.Manager.TTetheringProfile.CheckProtocolAdapter

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

Delphi

function CheckProtocolAdapter(const AProtocolType: TTetheringProtocolType; const AnAdapterType: TTetheringAdapterType): Boolean; virtual;

C++

virtual bool __fastcall CheckProtocolAdapter(const System::UnicodeString AProtocolType, const System::UnicodeString AnAdapterType);

プロパティ

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


説明

指定されたプロトコル タイプアダプタ タイプの組み合わせが、プロファイルでサポートされている場合、True を返します。 そうでなければ、False を返します。

関連項目