Fawkes API Fawkes Development Version
|
Per-message header. More...
#include <messages.h>
Public Attributes | |
uint16_t | type |
message type in network byte order | |
uint16_t | size |
message size in network byte order |
Per-message header.
In the sent buffer each message is preceeded by a per-message header which contains the message type ID and the message length.
Definition at line 54 of file messages.h.
message size in network byte order
Definition at line 56 of file messages.h.
Referenced by fawkes::WorldInfoTransceiver::recv().
message type in network byte order
Definition at line 55 of file messages.h.
Referenced by fawkes::WorldInfoTransceiver::recv().