Enum Endianness
Indicates the endianess of a numeric field
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
public enum Endianness
Fields
| Name | Description |
|---|---|
| BigEndian | Indicates that the field is stored in big-endian. |
| LittleEndian | Indicates that the field is stored in little-endian. |