Table of Contents

Enum LedState

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

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.