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 = 0Input0 = 1Input1 = 2Input2 = 4Input3 = 8Input0Changed = 16Input1Changed = 32Input2Changed = 64Input3Changed = 128