BitOrder Enumeration
- Updated2023-11-24
- 1 minute(s) read
BitOrder Enumeration
Specifies the order of bit significance.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public enum BitOrder
Public Enumeration BitOrder
Members
Member 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. |