D-Bus 1.14.10
|
An 8-byte struct you could use to access int64 without having int64 support. More...
#include <dbus-types.h>
Data Fields | |
dbus_uint32_t | first32 |
first 32 bits in the 8 bytes (beware endian issues) More... | |
dbus_uint32_t | second32 |
second 32 bits in the 8 bytes (beware endian issues) More... | |
An 8-byte struct you could use to access int64 without having int64 support.
Use #dbus_int64_t or #dbus_uint64_t instead.
Definition at line 121 of file dbus-types.h.
dbus_uint32_t DBus8ByteStruct::first32 |
first 32 bits in the 8 bytes (beware endian issues)
Definition at line 123 of file dbus-types.h.
dbus_uint32_t DBus8ByteStruct::second32 |
second 32 bits in the 8 bytes (beware endian issues)
Definition at line 124 of file dbus-types.h.