GVM User Suite
User tools for the GVM open source project.
Data Fields
UUID Struct Reference

UUID Data structure. More...

#include <types.h>

Data Fields

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 node [6]
 

Detailed Description

UUID Data structure.

This is just the UUID data structure we use.

Definition at line 32 of file types.h.

Field Documentation

◆ clock_seq_hi_and_reserved

uint8_t UUID::clock_seq_hi_and_reserved

Definition at line 36 of file types.h.

◆ clock_seq_low

uint8_t UUID::clock_seq_low

Definition at line 37 of file types.h.

◆ node

uint8_t UUID::node[6]

Definition at line 38 of file types.h.

◆ time_hi_and_version

uint16_t UUID::time_hi_and_version

Definition at line 35 of file types.h.

◆ time_low

uint32_t UUID::time_low

Definition at line 33 of file types.h.

◆ time_mid

uint16_t UUID::time_mid

Definition at line 34 of file types.h.


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