[][src]Module facio::raw_packet

Wrapper around RCON packet byte structure

Structs

RawPacket

Gives the underlying structure of a packet of any type. There are serialization and deserialization functions defined. No application level consistency is checked, besides that the body cannot be larger then 4086 (which is 4096-10).

Enums

PacketType

Defines the four basic types as stated in the protocol.

RawPacketCreationError

When creating a RawPacket consistency checks may apply which may fail with a RawPacketCreationError.