Enum DigitalInputStates
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
Specifies the state of the port and digital input line that changed.
[Flags]
public enum DigitalInputStates : byte
Fields
None = 0
Input0 = 1
Input1 = 2
Input2 = 4
Input3 = 8
Input0Changed = 16
Input1Changed = 32
Input2Changed = 64
Input3Changed = 128