System.Tether.TCPProtocol.TTetheringTCPProtocol.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol


Description

Create crée une instance de TTetheringTCPProtocol.

AsClient détermine si l'instance créée doit fonctionner en tant que client seulement (True) ou en tant que client et serveur en même temps (False).

Voir aussi