ByteOrder
Description:
[ CCode ( cname = "int" , cprefix = "G_" , has_type_id = false ) ]
public enum ByteOrder
Content:
Enum values:
- BIG_ENDIAN - Specifies one of the
possible types of byte order.
- HOST
- LITTLE_ENDIAN - Specifies one of the
possible types of byte order.
- PDP_ENDIAN - Specifies one of the
possible types of byte order (currently unused).