Enum ConnectionStatus
Defined in File socket_connection_status.hpp
Enum Documentation
-
enum ecl::ConnectionStatus
Used to denote the status of a connection.
Values:
-
enumerator ConnectionProblem
Was some error in the last operation..
-
enumerator ConnectionDisconnected
Used to state when a server/client detects that there is no other connection at the other end.
-
enumerator ConnectionHungUp
Used to signify when a server/client detects that the other end has ‘hung up’.
-
enumerator ConnectionProblem