Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration Endianness

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

    Enumeration Members

    BIG_ENDIAN: "BIG_ENDIAN"

    Data words start with the most significant byte.

    LITTLE_ENDIAN: "LITTLE_ENDIAN"

    Data words start with the least significant byte.