The Generic Header. More...
#include <simpleStructs.h>
Public Attributes | |
PacketCode_t | code |
unsigned int | packetNumber |
Especially for Ped. | |
unsigned short | numBytes |
unsigned char | feByte |
unsigned char | verId |
unsigned int | checksum |
The Generic Header.
This is the 16 byte header that prefaces all ANITA data. The PacketCode_t tells one what kind of packet it is, and the checksum can be used to validate the data.
Definition at line 374 of file simpleStructs.h.