GlobalBpiLib
1.0
|
Basic message struct from which every other message type is derived from. This struct provides a link to a MsgMeta struct with additional information. More...
#include <MessageTypes.h>
Public Attributes | |
uint16_t | size |
MsgMeta * | meta |
Basic message struct from which every other message type is derived from. This struct provides a link to a MsgMeta struct with additional information.
uint16_t ExtMessage::size |
Size in bytes of the complete message (only fields which are transferred over the network).