Interface DBusMessageByteOrder


public interface DBusMessageByteOrder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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_ENDIAN
      The byte order is big endian.
      See Also:
    • LITTLE_ENDIAN

      static final int LITTLE_ENDIAN
      The byte order is little endian.
      See Also: