NI-Digital Pattern Driver .NET Class Library

Table of Contents

BitOrder Enumeration

  • Updated2023-11-24
  • 1 minute(s) read
BitOrder Enumeration

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 nameValueDescription
MostSignificantBitFirst2500 The most significant bit is first. The first bit is in the 2n place, where n is the number of bits.
LeastSignificantBitFirst2501 The least significant bit is first. The first bit is in the 20 place.

See Also

Log in to get a better experience