mbgtools-lx  4.2.8
STD_MSG_DATA_BUFF Union Reference

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)]
 

Detailed Description

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.

Field Documentation

◆ bytes

uint8_t STD_MSG_DATA_BUFF::bytes[(sizeof(MSG_DATA)+ 0)]

Definition at line 1622 of file gpsserio.h.

◆ msg_data

MSG_DATA STD_MSG_DATA_BUFF::msg_data

union of known structures

Definition at line 1621 of file gpsserio.h.


The documentation for this union was generated from the following file: