berconpy.ServerCommandEvent

class berconpy.ServerCommandEvent(sequence, message)

Bases: ServerEvent

Represents a command sent by the client.

Attributes

sequence

The sequence number of the command received.

message

The command that was requested by the client.

message: str

The command that was requested by the client.

sequence: int

The sequence number of the command received.

Responses to this command must use the same sequence number.