D-Bus 1.15.8
Data Fields
DBusGUID Union Reference

A globally unique ID ; we have one for each DBusServer, and also one for each machine with libdbus installed on it. More...

#include <dbus-internals.h>

Data Fields

dbus_uint32_t as_uint32s [DBUS_UUID_LENGTH_WORDS]
 guid as four uint32 values More...
 
char as_bytes [DBUS_UUID_LENGTH_BYTES]
 guid as 16 single-byte values More...
 

Detailed Description

A globally unique ID ; we have one for each DBusServer, and also one for each machine with libdbus installed on it.

Definition at line 457 of file dbus-internals.h.

Field Documentation

◆ as_bytes

char DBusGUID::as_bytes[DBUS_UUID_LENGTH_BYTES]

guid as 16 single-byte values

Definition at line 460 of file dbus-internals.h.

Referenced by _dbus_generate_uuid(), and _dbus_uuid_encode().

◆ as_uint32s

dbus_uint32_t DBusGUID::as_uint32s[DBUS_UUID_LENGTH_WORDS]

guid as four uint32 values

Definition at line 459 of file dbus-internals.h.

Referenced by _dbus_generate_uuid(), and _dbus_read_local_machine_uuid().


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