RCON::Packet
Inherits Struct < Value < Object
Packet represents a message sent over the RCON protocol.
Constructors
new(command_type : Command, command : String)
Sourcenew(command_type : Command, payload : Bytes, request_id : Int32 | Nil = nil)
SourceInstance methods
command_type
Sourcepayload
Sourcerequest_id
Sourcerequest_id?
Source