berconpy.ServerState¶
- class berconpy.ServerState(value)¶
Bases:
EnumDefines the current authentication state.
Attributes
The server is waiting for the client to authenticate itself.
The server has authenticated the client and can send/receive messages.
- AUTHENTICATING = 1¶
The server is waiting for the client to authenticate itself.
- LOGGED_IN = 2¶
The server has authenticated the client and can send/receive messages.