Skip to main content

Enum ByteOrder

Describes the byte ordering for multi-byte words.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum ByteOrder

Fields

LittleEndian

Little-endian byte ordering, in which bytes are handled from the lowest to the highest

View Source
Declaration
LittleEndian = 0

BigEndian

Big-endian byte ordering, in which bytes are handled from the highest to the lowest

View Source
Declaration
BigEndian = 1