Skip to main content

Enum CounterMode

Specifies the bit width of the digital input counter on Brainboxes ED-series devices.

Assembly: Brainboxes.IO.dll
View Source
Declaration
public enum CounterMode

Fields

Undefined

Undefined if the counter mode is not retrieved from the device

View Source
Declaration
Undefined = -1

CounterMode16Bits

16 bits to represent the digital IO line counter

View Source
Declaration
CounterMode16Bits = 0

CounterMode32Bits

32 bits to represent the digital IO line counter

View Source
Declaration
CounterMode32Bits = 1