System.Tether.Manager.TTetheringAdapter.GetAdapterType

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

Delphi

function GetAdapterType: TTetheringAdapterType; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAdapterType() = 0 ;

プロパティ

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


説明

メモ: これは抽象メソッドで、Tethering アダプタの技術固有のサブクラスで実装されます。


AdapterType プロパティの取得メソッドです。

TTetheringAdapter のサブクラスで、GetAdapterType をオーバーライドし実装します。

関連項目