Table of Contents

Enum ByteOrder

Namespace
PushTechnology.ClientInterface
Assembly
Diffusion.Client.dll

The ordering of a byte array.

public enum ByteOrder

Fields

LeastSignificantByte = 1

The least significant byte is the first byte in memory. This denotes a little-endian byte order.

MostSignificantByte = 0

The most significant byte is the first byte in memory. This denotes a big-endian byte order.