uuid_t Struct Reference

UUID layout. More...

Detailed Description

UUID layout.

Directly from rfc4122

Definition at line 64 of file uuid.h.

#include <uuid.h>

Data Fields

network_uint32_t time_low
 The low field of the timestamp

 
network_uint16_t time_mid
 The middle field of the timestamp

 
network_uint16_t time_hi
 The high field of the timestamp multiplexed with the version number.
 
uint8_t clk_seq_hi_res
 The high field of the clock sequence Multiplexed with the variant

 
uint8_t clk_seq_low
 The low field of the clock sequence

 
uint8_t node [UUID_NODE_LEN]
 The spatially unique node identifier.
 

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