this doesn't change anything other than formatting
/*
* Variable length values
*/
- struct {
- union {
- char const * _CONST strvalue; //!< Pointer to UTF-8 string.
- uint8_t const * _CONST octets; //!< Pointer to binary string.
- void * _CONST ptr; //!< generic pointer.
- };
- };
+ char const * _CONST strvalue; //!< Pointer to UTF-8 string.
+ uint8_t const * _CONST octets; //!< Pointer to binary string.
+ void * _CONST ptr; //!< generic pointer.
/*
* Fixed length values