public static enum TwisTorr84.CmndAlpha extends Enum<TwisTorr84.CmndAlpha>
| Enum Constant and Description |
|---|
PRESSURE |
PRESSURE_SET |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_LENGTH |
static int |
READ_RESP_LEN |
static int |
WRITE_RESP_LEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getWindow() |
static TwisTorr84.CmndAlpha |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwisTorr84.CmndAlpha[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwisTorr84.CmndAlpha PRESSURE_SET
public static final TwisTorr84.CmndAlpha PRESSURE
public static final int DATA_LENGTH
public static final int READ_RESP_LEN
public static final int WRITE_RESP_LEN
public static TwisTorr84.CmndAlpha[] values()
for (TwisTorr84.CmndAlpha c : TwisTorr84.CmndAlpha.values()) System.out.println(c);
public static TwisTorr84.CmndAlpha 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 getWindow()
Copyright © 2019 LSST. All rights reserved.