TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum Tinman.ByteOrder

Short Name:
  • enum ByteOrder

Enumeration of byte orders for multi-byte values.

Items

The following table lists all iemts of this enum type, including their string tags (if defined).

Enumeration Item
BigEndian  

Big-endian byte order.

The least significant byte of a multibyte value is stored at the highest memory address.

LittleEndian  

Little-endian byte order.

The least significant byte of a multibyte value is stored at the lowest memory address.

Usages

The following table shows all usages of this config type.

Used By: