SpiecsEngine
 
Loading...
Searching...
No Matches

◆ State

Enumerator
Disconnected 
Connecting 
Connected 
Disconnecting 

Definition at line 28 of file TcpConnection.h.

29 {
30 Disconnected = 0,
31 Connecting = 1,
32 Connected = 2,
33 Disconnecting = 3
34 };
bool Connected() const
Determined if this TcpConnection is connected.