Represents the current LED state.
| C# | Visual Basic |
public enum LedState
Public Enumeration LedState
| Member | Description |
|---|---|
| Off |
LED is off.
|
| On |
LED is on.
|
| Blink |
LED is blinking.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|