Structure representing a 128-bit UUID.

Public Attributes#

uint32_t

Holds the value of data1.

uint16_t

Holds the value of data2.

uint16_t

Holds the value of data3.

uint8_t

Array to store 8 bytes of data.

Public Attribute Documentation#

data1#

uint32_t uuid128_s::data1

Holds the value of data1.


data2#

uint16_t uuid128_s::data2

Holds the value of data2.


data3#

uint16_t uuid128_s::data3

Holds the value of data3.


data4#

uint8_t uuid128_s::data4[8]

Array to store 8 bytes of data.