BitOrder Enumeration
- Updated2026-01-12
- 1 minute(s) read
Specifies the order of bit significance.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public enum BitOrder
Members
| Name | Value | Description |
|---|---|---|
| MostSignificantBitFirst | 2500 | The most significant bit is first. The first bit is in the 2n place, where n is the number of bits. |
| LeastSignificantBitFirst | 2501 | The least significant bit is first. The first bit is in the 20 place. |