berconpy.ServerCommandEvent¶
- class berconpy.ServerCommandEvent(sequence, message)¶
Bases:
ServerEventRepresents a command sent by the client.
Attributes
The sequence number of the command received.
The command that was requested by the client.
Bases: ServerEvent
Represents a command sent by the client.
Attributes
The sequence number of the command received. |
|
The command that was requested by the client. |