API Reference¶
Client Interface¶
An asynchronous interface for connecting to an BattlEye RCON server. |
Data Models¶
Represents a GUID/IP ban on the server. |
|
Represents a player in the server. |
Protocol Message Classes¶
The base class used for all messages sent between the BattlEye RCON server and client. |
|
The type of packet received by the server. |
|
The base class for packets sent by the client. |
|
The packet used to log in a client. |
|
The packet sent by the client issuing a command to the server. |
|
The packet sent to acknowledge a given server message. |
|
The base class used for packets sent by the server. |
|
The packet indicating if login was successful. |
|
The packet(s) sent in response to a command. |
|
The packet sent to share a message to the client. |
Exceptions¶
The base class for RCON errors. |
|
Raised when an issue occurs during execution of an RCON command. |
|
Raised when either the RCON server could not respond to login attempts, or the password given to the server was incorrect. |