MLUUID
Module: Common
#include <ml_types.h>
Public Attributes
Type | Name |
---|---|
uint32_t | time_low |
uint16_t | time_mid |
uint16_t | time_hi_and_version |
uint8_t | clock_seq_hi_and_reserved |
uint8_t | clock_seq_low |
uint8_t[6] | node |
Detailed Description
struct MLUUID;
Universally Unique Identifier.
Public Attributes Documentation
time_low
uint32_t time_low;
time_mid
uint16_t time_mid;
time_hi_and_version
uint16_t time_hi_and_version;
clock_seq_hi_and_reserved
uint8_t clock_seq_hi_and_reserved;
clock_seq_low
uint8_t clock_seq_low;
node
uint8_t[6] node;
Type | Description |
---|---|
uint8_t[6] | [6] |