Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the order or sequence of bytes of data words such integers and floats.

Index

Enumeration members

Enumeration members

BIG_ENDIAN

BIG_ENDIAN = "BIG_ENDIAN"

Data words start with the most significant byte.

LITTLE_ENDIAN

LITTLE_ENDIAN = "LITTLE_ENDIAN"

Data words start with the least significant byte.

Generated using TypeDoc