PacketHeader Struct Reference
The information associated with a packet, when it is stored in memory only -- there is no preestablished packet header on the wire.
More...
#include <SFBPacket.h>
|
Public Types |
enum | Fields {
SOURCE,
FLAGS,
CURSOR,
LENGTH,
FIELD_COUNT
} |
Data Fields |
u8 | f [4] |
Detailed Description
The information associated with a packet, when it is stored in memory only -- there is no preestablished packet header on the wire.
Normally these fields are never accessed directly, instead, see packetSource(), packetFlags(), packetCursor(), and packetLength().
The documentation for this struct was generated from the following file: