System.Tether.Manager.TTetheringProtocol.GetProtocolType

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

Delphi

function GetProtocolType: TTetheringProtocolType; virtual; abstract;

C++

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

プロパティ

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


説明

プロトコルのタイプを返します。


TTetheringProtocol は抽象クラスなので、TTetheringProtocol.GetProtocolType は実装されていません。 TTetheringProtocol のサブクラスで、GetProtocolType をオーバーライドし実装します。

関連項目