packetmaker.attributes

Members

Enums

BigEndian
enum BigEndian

Indicates the endianness for the type and its subtypes.

DecodeOnly
enum DecodeOnly

Excludes the field from encoding, decode only.

EncodeOnly
enum EncodeOnly

Excludes the field from decoding, encode only.

Exclude
enum Exclude

Excludes the field from both encoding and decoding.

LittleEndian
enum LittleEndian

Indicates the endianness for the type and its subtypes.

Structs

Condition
struct Condition

Only encode/decode the field when the condition is met. The condition is placed inside an if statement and can access the variables and functions of the class/struct (without this).

Meta