System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure StartCommunication; override;

C++

virtual void __fastcall StartCommunication();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol


Beschreibung

Bereitet das Protokoll für das Herstellen von Verbindungen vor.

Exceptions

Ein Aufruf von StartCommunication könnte eine der folgenden Exceptions auslösen:

Exception Exception.Message Szenarien

ETetheringException

Fehler beim Öffnen des TCP-Servers

Hinweis: StartCommunication kann Exceptions von Indy (TIdTCPServer.Active) auslösen.

Siehe auch