Bmxx80Base.Endianness Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Endianness of a device.
protected internal enum Bmxx80Base.Endianness
Protected Friend Enum Bmxx80Base.Endianness
- Inheritance
-
Bmxx80Base.Endianness
Fields
| Name | Value | Description |
|---|---|---|
| LittleEndian | 0 | Indicates little endian. |
| BigEndian | 1 | Indicates big endian. |