Enum ByteOrder
Byte order of data.
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public enum ByteOrder
Remarks
For Motorola this is big-endian (most-significant byte first). For Intel this is little-endian (least-significant byte first).
Fields
| Name | Description |
|---|---|
| BigEndian | Most-significant bit first ( |
| LittleEndian | Least-significant bit first ( |