Enum ESocketState
- Namespace
- XeroxDev.YTMDesktop.Companion.Enums
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
The state of the socket
public enum ESocketState
Fields
Connected = 1If the socket is connected
Connecting = 0If the socket is connecting
Disconnected = 2If the socket is disconnected
Error = 3The socket seems to be disconnected due to an error