public static enum MotronaIV251.CmndParam extends Enum<MotronaIV251.CmndParam>
| Enum Constant and Description |
|---|
SERIAL_BAUD_RATE |
SERIAL_FORMAT |
SERIAL_PROTOCOL |
SERIAL_TIMER |
SERIAL_VALUE |
SSI_BAUD_RATE |
SSI_ERROR_BIT |
SSI_ERROR_POLARITY |
SSI_HIGH_BIT |
SSI_LOW_BIT |
SSI_OFFSET |
SSI_SET_VALUE |
SSI_WAIT_TIME |
UNIT_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxValue() |
int |
getMinValue() |
String |
getRegister() |
static MotronaIV251.CmndParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotronaIV251.CmndParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotronaIV251.CmndParam SSI_LOW_BIT
public static final MotronaIV251.CmndParam SSI_HIGH_BIT
public static final MotronaIV251.CmndParam SSI_BAUD_RATE
public static final MotronaIV251.CmndParam SSI_WAIT_TIME
public static final MotronaIV251.CmndParam SSI_OFFSET
public static final MotronaIV251.CmndParam SSI_SET_VALUE
public static final MotronaIV251.CmndParam SSI_ERROR_BIT
public static final MotronaIV251.CmndParam SSI_ERROR_POLARITY
public static final MotronaIV251.CmndParam UNIT_NUMBER
public static final MotronaIV251.CmndParam SERIAL_BAUD_RATE
public static final MotronaIV251.CmndParam SERIAL_FORMAT
public static final MotronaIV251.CmndParam SERIAL_PROTOCOL
public static final MotronaIV251.CmndParam SERIAL_TIMER
public static final MotronaIV251.CmndParam SERIAL_VALUE
public static MotronaIV251.CmndParam[] values()
for (MotronaIV251.CmndParam c : MotronaIV251.CmndParam.values()) System.out.println(c);
public static MotronaIV251.CmndParam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getRegister()
public int getMinValue()
public int getMaxValue()
Copyright © 2019 LSST. All rights reserved.