System.Tether.TCPProtocol.TTetheringTCPProtocol.Create

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

Delphi

constructor Create(const AnAdapter: TTetheringAdapter; AsClient: Boolean = False); override;

C++

__fastcall virtual TTetheringTCPProtocol(System::Tether::Manager::TTetheringAdapter* const AnAdapter, bool AsClient);

プロパティ

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


説明

TTetheringTCPProtocol のインスタンスを作成 します。

AsClient は、作成されたインスタンスが、クライアントとしてのみ動作するべきか(True)、または、クライアントおよびサーバーとして(False)なのかを、決定します。

関連項目