Structure representing a Universally Unique Identifier (UUID).
This structure encapsulates a UUID, which can be of varying sizes—16-bit, 32-bit, or 128-bit. It includes the size of the UUID, a reserved field, and a union to hold the value of one of the three types of UUIDs.
Modules#
Public Attributes#
uint8_t
Size of the UUID.
uint8_t
Reserved field.
union uuid_s::uuid_t
Value of one of the 3 types (128-bit, 32-bit, or 16-bit) of UUIDs.