|
mbgtools-lx
4.2.8
|
The format of a standard binary message. More...
#include <gpsserio.h>
Data Fields | |
| MSG_HDR | hdr |
| Message header containing the command code and length of the data portion. More... | |
| STD_MSG_DATA_BUFF | data_buf |
| Data portion using the number of bytes specified in the header. More... | |
The format of a standard binary message.
Definition at line 1631 of file gpsserio.h.
| STD_MSG_DATA_BUFF MBG_STD_MSG::data_buf |
Data portion using the number of bytes specified in the header.
Definition at line 1634 of file gpsserio.h.
| MSG_HDR MBG_STD_MSG::hdr |
Message header containing the command code and length of the data portion.
Definition at line 1633 of file gpsserio.h.