Represents a deserialized Frostbite RCon protocol Packet.
Alternative constructor for a Packet structure.
Takes a byte string of an encoded Frostbite server message, and returns a tuple of (packet, unused) where packet is the decoded packet, and unused is the unused bytes from the original buffer.
Encodes a packet into a byte string suitable for sending to a Frostbite server.
The minimum size of a byte array before it is eligible to be parsed into a Packet.