Package ch.bailu.gtk.gio
Interface DBusMessageByteOrder
public interface DBusMessageByteOrder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The byte order is big endian.static final int
The byte order is little endian.
-
Field Details
-
BIG_ENDIAN
static final int BIG_ENDIANThe byte order is big endian.- See Also:
-
LITTLE_ENDIAN
static final int LITTLE_ENDIANThe byte order is little endian.- See Also:
-