public enum BIACommand extends java.lang.Enum<BIACommand> implements BaseEnum, Command
Modifier and Type | Method and Description |
---|---|
static BIACommand |
getEnum(byte[] data) |
byte[] |
getID() |
BIACommand |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static BIACommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BIACommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BIACommand REF
public static final BIACommand LOWEST
public static final BIACommand SET_DFT_NUM_REQ
public static final BIACommand SET_DFT_NUM_RES
public static final BIACommand SET_HS_TRANS_IMPEDANCE_AMPLIFIER_CAL_REQ
public static final BIACommand SET_HS_TRANS_IMPEDANCE_AMPLIFIER_CAL_RES
public static final BIACommand FDS_STATUS_REQ
public static final BIACommand FDS_STATUS_RES
public static final BIACommand DCB_TIMING_INFO_REQ
public static final BIACommand DCB_TIMING_INFO_RES
public static final BIACommand ALGO_STREAM_RES
public static final BIACommand LOAD_DCFG_REQ
public static final BIACommand LOAD_DCFG_RES
public static final BIACommand WRITE_DCFG_REQ
public static final BIACommand WRITE_DCFG_RES
public static final BIACommand READ_DCFG_REQ
public static final BIACommand READ_DCFG_RES
public static BIACommand[] values()
for (BIACommand c : BIACommand.values()) System.out.println(c);
public static BIACommand 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 static BIACommand getEnum(byte[] data)
public BIACommand getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<BIACommand>