public class LED_COLOR
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LED_COLOR |
LED_GREEN
Indicates that the LED is green
|
static LED_COLOR |
LED_OFF
Indicates that the LED is off
|
static LED_COLOR |
LED_RED
Indicates that the LED is red
|
static LED_COLOR |
LED_YELLOW
Indicates that the LED is yellow
|
int |
ordinal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
int |
getValue() |
java.lang.String |
toString() |
public static final LED_COLOR LED_OFF
public static final LED_COLOR LED_RED
public static final LED_COLOR LED_GREEN
public static final LED_COLOR LED_YELLOW
public final int ordinal