Uncompressed

Undocumented in source.

Members

Functions

add
typeof(this) add(ubyte[] packet)

Adds a serialised packet to the array of packets.

Mixins

__anonymous
mixin IO!(id, packets)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
id
ubyte id;

If not 0 the same packet in the next field has the same id. Otherwise the packet id is the first byte of the packet.

packets
ubyte[][] packets;
Undocumented in source.

Meta