Enum ByteOrder
- Namespace
- PushTechnology.ClientInterface
- Assembly
- Diffusion.Client.dll
The ordering of a byte array.
public enum ByteOrder
Fields
LeastSignificantByte = 1The least significant byte is the first byte in memory. This denotes a little-endian byte order.
MostSignificantByte = 0The most significant byte is the first byte in memory. This denotes a big-endian byte order.