#include <xsmessage.h>
Classes | |
struct | ExtendedParts |
Public Attributes | |
uint8_t | m_data [1] |
The first byte of the data buffer, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger. More... | |
struct XsMessageHeader::LengthData::ExtendedLength::ExtendedParts | m_length |
Extended length, only valid if normal length is 255. More... | |
Contains extended length information and first byte of data buffer if normal length is 255
Definition at line 180 of file xsmessage.h.
uint8_t XsMessageHeader::LengthData::ExtendedLength::m_data[1] |
The first byte of the data buffer, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger.
Definition at line 188 of file xsmessage.h.
struct XsMessageHeader::LengthData::ExtendedLength::ExtendedParts XsMessageHeader::LengthData::ExtendedLength::m_length |
Extended length, only valid if normal length is 255.