System.Tether.Manager.TTetheringProtocol.ProtocolType

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

Delphi

property ProtocolType: TTetheringProtocolType read GetProtocolType;

C++

__property System::UnicodeString ProtocolType = {read=GetProtocolType};

プロパティ

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


説明

プロトコルのタイプ


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

関連項目