Equalizer 1.0
|
A packet send over the network. More...
#include <packets.h>
Public Member Functions | |
bool | exceedsMinSize () const |
Public Attributes | |
uint64_t | size |
Total size, set by the most specific sub-struct. | |
uint32_t | type |
The packet (receiver) type. | |
uint32_t | command |
The specific command name. | |
Static Public Attributes | |
static size_t | minSize |
A packet send over the network.
Definition at line 36 of file co/packets.h.
uint32_t co::Packet::command |