Enum SocketState
- Defined in File tcp_socket.h 
Enum Documentation
- 
enum class urcl::comm::SocketState
- State the socket can be in. - Values: - 
enumerator Invalid
- Socket is initialized or setup failed. 
 - 
enumerator Connected
- Socket is connected and ready to use. 
 - 
enumerator Disconnected
- Socket is disconnected and cannot be used. 
 - 
enumerator Closed
- Connection to socket got closed. 
 
- 
enumerator Invalid