GDataStreamByteOrder

#GDataStreamByteOrder is used to ensure proper endianness of streaming data sources across various machine architectures.

Values

ValueMeaning
BigEndian0

Selects Big Endian byte order.

LittleEndian1

Selects Little Endian byte order.

HostEndian2

Selects endianness based on host machine's architecture.