System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure StartCommunication; override;

C++

virtual void __fastcall StartCommunication();

Propriétés

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


Description

Prépare le protocole pour établir des connexions.

Exceptions

Un appel de StartCommunication peut déclencher l'une des exceptions suivantes :

Exception Exception.Message Scénarios

ETetheringException

Erreur à l'ouverture du Serveur TCP

Remarque : StartCommunication peut aussi déclencher des exceptions à partir de Indy (TIdTCPServer.Active).

Voir aussi