public static enum RFIDReader.SensorCommands extends java.lang.Enum<RFIDReader.SensorCommands>
Modifier and Type | Method and Description |
---|---|
byte |
code() |
static RFIDReader.SensorCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDReader.SensorCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDReader.SensorCommands CLEAR_ERROR_LIST
public static final RFIDReader.SensorCommands GET_24V_OUTPUT_STATE
public static final RFIDReader.SensorCommands GET_ANT_POWER_LEVELS
public static final RFIDReader.SensorCommands GET_ANT_READ_GAP_TIMES
public static final RFIDReader.SensorCommands GET_ANT_READ_SEQUENCE
public static final RFIDReader.SensorCommands GET_DEVICE_LOCATOR_STATE
public static final RFIDReader.SensorCommands GET_ERROR_LIST
public static final RFIDReader.SensorCommands GET_FIRMWARE_ID
public static final RFIDReader.SensorCommands GET_HARDWARE_ID
public static final RFIDReader.SensorCommands GET_HEARTBEAT_CONFIG
public static final RFIDReader.SensorCommands GET_IPV4_CONFIG
public static final RFIDReader.SensorCommands GET_READER_CONFIG
public static final RFIDReader.SensorCommands GET_READER_NAME
public static final RFIDReader.SensorCommands GET_READER_TYPE
public static final RFIDReader.SensorCommands GET_SERIAL_NUMBER
public static final RFIDReader.SensorCommands GET_TEMP_NOTIFICATION_SETUP
public static final RFIDReader.SensorCommands REBOOT_READER
public static final RFIDReader.SensorCommands RESET_TO_DEFAULT_CONFIG
public static final RFIDReader.SensorCommands RESTORE_SAVED_CONFIG
public static final RFIDReader.SensorCommands SAVE_CURRENT_CONFIG
public static final RFIDReader.SensorCommands SET_24V_OUTPUT_STATE
public static final RFIDReader.SensorCommands SET_ANT_POWER_LEVELS
public static final RFIDReader.SensorCommands SET_ANT_READ_GAP_TIMES
public static final RFIDReader.SensorCommands SET_ANT_READ_SEQUENCE
public static final RFIDReader.SensorCommands SET_DEVICE_LOCATOR_STATE
public static final RFIDReader.SensorCommands SET_HEARTBEAT_CONFIG
public static final RFIDReader.SensorCommands SET_IPV4_CONFIG
public static final RFIDReader.SensorCommands SET_READER_NAME
public static final RFIDReader.SensorCommands SET_TEMP_NOTIFICATION_SETUP
public byte code()
public static RFIDReader.SensorCommands 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.SensorCommands[] values()
for (RFIDReader.SensorCommands c : RFIDReader.SensorCommands.values()) System.out.println(c);