struct RCON::Packet
- RCON::Packet
- Struct
- Value
- Object
Overview
Packet
represents a message sent over the RCON protocol.
Defined in:
rconcr.crConstructors
- .new(command_type : Command, command : String)
- .new(command_type : Command, payload : Bytes, request_id : Int32 | Nil = nil)