public static enum TwisTorr84.ConResp extends Enum<TwisTorr84.ConResp>
| Enum Constant and Description |
|---|
ACK |
BAD_DATA_TYPE |
BAD_WINDOW |
DISABLED |
NACK |
OUT_OF_RANGE |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(byte code)
Method to decode the meaning of a response byte.
|
static TwisTorr84.ConResp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwisTorr84.ConResp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwisTorr84.ConResp ACK
public static final TwisTorr84.ConResp NACK
public static final TwisTorr84.ConResp BAD_WINDOW
public static final TwisTorr84.ConResp BAD_DATA_TYPE
public static final TwisTorr84.ConResp OUT_OF_RANGE
public static final TwisTorr84.ConResp DISABLED
public static TwisTorr84.ConResp[] values()
for (TwisTorr84.ConResp c : TwisTorr84.ConResp.values()) System.out.println(c);
public static TwisTorr84.ConResp 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 static String decode(byte code) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2020 LSST. All rights reserved.