D-Bus 1.15.12
|
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 | |
char | as_bytes [DBUS_UUID_LENGTH_BYTES] |
guid as 16 single-byte values | |
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.
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().
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().