System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication
Delphi
procedure StartCommunication; override;
C++
virtual void __fastcall StartCommunication(void);
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 | 
|---|---|---|
| Error Opening TCP Server | 
 | 
- Note: StartCommunication may also raise exceptions from Indy (TIdTCPServer.Active).