UbixOS  2.0
uuid Struct Reference

#include <uuid.h>

Collaboration diagram for uuid:
Collaboration graph

Data Fields

uint8_t clock_seq_hi_and_reserved
 
uint8_t clock_seq_low
 
uint8_t node [6]
 
uint16_t time_hi_and_version
 
uint32_t time_low
 
uint16_t time_mid
 

Detailed Description

Definition at line 45 of file uuid.h.

Field Documentation

◆ clock_seq_hi_and_reserved

uint8_t uuid::clock_seq_hi_and_reserved

Definition at line 49 of file uuid.h.

◆ clock_seq_low

uint8_t uuid::clock_seq_low

Definition at line 50 of file uuid.h.

◆ node

uint8_t uuid::node[6]

Definition at line 51 of file uuid.h.

◆ time_hi_and_version

uint16_t uuid::time_hi_and_version

Definition at line 48 of file uuid.h.

◆ time_low

uint32_t uuid::time_low

Definition at line 46 of file uuid.h.

◆ time_mid

uint16_t uuid::time_mid

Definition at line 47 of file uuid.h.


The documentation for this struct was generated from the following file: