public static enum LucidControlDI4.LCDI4Mode extends java.lang.Enum<LucidControlDI4.LCDI4Mode>
Enum Constant and Description |
---|
COUNT |
FALLING_EDGE |
INACTIVE |
REFLECT_VALUE |
RISING_EDGE |
Modifier and Type | Method and Description |
---|---|
byte |
getMode() |
static LucidControlDI4.LCDI4Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlDI4.LCDI4Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LucidControlDI4.LCDI4Mode INACTIVE
public static final LucidControlDI4.LCDI4Mode REFLECT_VALUE
public static final LucidControlDI4.LCDI4Mode RISING_EDGE
public static final LucidControlDI4.LCDI4Mode FALLING_EDGE
public static final LucidControlDI4.LCDI4Mode COUNT
public static LucidControlDI4.LCDI4Mode[] values()
for (LucidControlDI4.LCDI4Mode c : LucidControlDI4.LCDI4Mode.values()) System.out.println(c);
public static LucidControlDI4.LCDI4Mode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte getMode()