System.Tether.TCPProtocol.TTetheringTCPProtocol.StartCommunication
Delphi
procedure StartCommunication; override;
C++
virtual void __fastcall StartCommunication();
Inhaltsverzeichnis
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 | 
|---|---|---|
| Fehler beim Öffnen des TCP-Servers | 
 | 
- Hinweis: StartCommunication kann Exceptions von Indy (TIdTCPServer.Active) auslösen.