public static enum RFIDReader.ModuleCommands extends java.lang.Enum<RFIDReader.ModuleCommands>
Modifier and Type | Method and Description |
---|---|
byte |
code() |
static RFIDReader.ModuleCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDReader.ModuleCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDReader.ModuleCommands CONTINUOUS_TAG_READ
public static final RFIDReader.ModuleCommands GET_ACTIVE_ANTENNA
public static final RFIDReader.ModuleCommands GET_ANTENNA_POWER
public static final RFIDReader.ModuleCommands GET_ENV_RSSI
public static final RFIDReader.ModuleCommands GET_GEN2_PARAMS
public static final RFIDReader.ModuleCommands GET_GPIO
public static final RFIDReader.ModuleCommands GET_LINK_PARAMS
public static final RFIDReader.ModuleCommands GET_MODULE_FIRMWARE_ID
public static final RFIDReader.ModuleCommands GET_MODULE_HARDWARE_ID
public static final RFIDReader.ModuleCommands GET_MODULE_ID
public static final RFIDReader.ModuleCommands GET_MODULE_TEMP
public static final RFIDReader.ModuleCommands GET_PORT_RETURN_LOSS
public static final RFIDReader.ModuleCommands GET_REGION_SETTING
public static final RFIDReader.ModuleCommands GET_SEARCH_MODE
public static final RFIDReader.ModuleCommands GET_TEMP_PROTECT
public static final RFIDReader.ModuleCommands KILL_TAG
public static final RFIDReader.ModuleCommands LOCK_TAG_DATA
public static final RFIDReader.ModuleCommands READ_SINGLE_TAG
public static final RFIDReader.ModuleCommands READ_TAG_DATA
public static final RFIDReader.ModuleCommands SET_ACTIVE_ANTENNA
public static final RFIDReader.ModuleCommands SET_ANTENNA_POWER
public static final RFIDReader.ModuleCommands SET_GEN2_PARAMS
public static final RFIDReader.ModuleCommands SET_GPIO
public static final RFIDReader.ModuleCommands SET_INVENTORY_FILTER
public static final RFIDReader.ModuleCommands SET_LINK_PARAMS
public static final RFIDReader.ModuleCommands SET_SEARCH_MODE
public static final RFIDReader.ModuleCommands STOP_CONTINUOUS_READ
public static final RFIDReader.ModuleCommands WRITE_TAG_DATA
public byte code()
public static RFIDReader.ModuleCommands 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 RFIDReader.ModuleCommands[] values()
for (RFIDReader.ModuleCommands c : RFIDReader.ModuleCommands.values()) System.out.println(c);