API:System.Tether.TCPProtocol.TTetheringTCPProtocol.GetProtocolType

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

Delphi

function GetProtocolType: TTetheringProtocolType; override;

C++

virtual System::UnicodeString __fastcall GetProtocolType();

プロパティ

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

説明

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

System.Tether.TCPProtocol.TTetheringTCPProtocol.GetProtocolType は System.Tether.Manager.TTetheringProtocol.GetProtocolType を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProtocol.GetProtocolType を参照しています。


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


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

関連項目