public static enum LynxGetADCCommand.Mode extends java.lang.Enum<LynxGetADCCommand.Mode>
| Enum Constant and Description |
|---|
ENGINEERING
units are in millivolts, milliamps, or deci-degC as appropriate
|
RAW
units are raw counts
|
| Modifier and Type | Field and Description |
|---|---|
byte |
bVal |
| Modifier and Type | Method and Description |
|---|---|
static LynxGetADCCommand.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LynxGetADCCommand.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LynxGetADCCommand.Mode ENGINEERING
public static final LynxGetADCCommand.Mode RAW
public static LynxGetADCCommand.Mode[] values()
for (LynxGetADCCommand.Mode c : LynxGetADCCommand.Mode.values()) System.out.println(c);
public static LynxGetADCCommand.Mode 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 null