struct

RCON::Packet

Inherits Struct < Value < Object

Packet represents a message sent over the RCON protocol.

Constructors

new(command_type : Command, command : String)
Source
new(command_type : Command, payload : Bytes, request_id : Int32 | Nil = nil)
Source

Instance methods

command_type
Source
payload
Source
request_id
Source
request_id?
Source