System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartCommunication; override;

C++

virtual void __fastcall StartCommunication();

Properties

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

Description

Prepares the protocol for establishing connections.

Exceptions

A call to StartCommunication may raise any of the following exceptions:

Exception Exception.Message Scenarios

ETetheringException

Error Opening TCP Server

Note: StartCommunication may also raise exceptions from Indy (TIdTCPServer.Active).

See Also