GLib.DBusMessageByteOrder – gio-2.0 Reference Manual
DBusMessageByteOrder
Description:
[
CCode
( cprefix =
"G_DBUS_MESSAGE_BYTE_ORDER_"
, type_id =
"g_dbus_message_byte_order_get_type ()"
) ]
[
Version
( since =
"2.26"
) ]
public
enum
DBusMessageByteOrder
Enumeration used to describe the byte order of a D-Bus message.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
BIG_ENDIAN
-
The byte order is big endian.
LITTLE_ENDIAN
-
The byte order is little endian.
2022 vala-language.org