Skip to main content
Version: 10 Jul 2024

MLUUID

Module: Common

More...

#include <ml_types.h>

Public Attributes

TypeName
uint32_ttime_low
uint16_ttime_mid
uint16_ttime_hi_and_version
uint8_tclock_seq_hi_and_reserved
uint8_tclock_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;
TypeDescription
uint8_t[6][6]