mbgtools-lx
4.2.8
|
A union of all data types used with the binary protocol, or array of bytes. More...
#include <gpsserio.h>
Data Fields | |
MSG_DATA | msg_data |
union of known structures More... | |
uint8_t | bytes [(sizeof(MSG_DATA)+0)] |
A union of all data types used with the binary protocol, or array of bytes.
This union can be used to implement a buffer which can hold either a known data structure or an array of bytes which can be read from or written to a device.
Definition at line 1619 of file gpsserio.h.
Definition at line 1622 of file gpsserio.h.
MSG_DATA STD_MSG_DATA_BUFF::msg_data |
union of known structures
Definition at line 1621 of file gpsserio.h.