berconpy.ServerMessageEvent¶
- class berconpy.ServerMessageEvent(sequence)¶
Bases:
ServerEventRepresents an acknowledgement of a message sent by the server.
Attributes
The sequence number of the message that the client is acknowledging.
Bases: ServerEvent
Represents an acknowledgement of a message sent by the server.
Attributes
The sequence number of the message that the client is acknowledging. |