Enum LedState
Specifies the state of an LED on the Harp device.
public enum LedState : byte
Fields
Off = 0
Specifies that the LED is off.
On = 1
Specifies that the LED is on.
Specifies the state of an LED on the Harp device.
public enum LedState : byte
Off = 0
Specifies that the LED is off.
On = 1
Specifies that the LED is on.