berconpy.ClientState¶
- class berconpy.ClientState(value)¶
Bases:
EnumDefines the current state of the protocol.
Attributes
The client currently needs to be authenticated by the server.
The client is logged in and able to send/receive messages.
- AUTHENTICATING = 1¶
The client currently needs to be authenticated by the server.
- LOGGED_IN = 2¶
The client is logged in and able to send/receive messages.