Enum Constant and Description |
---|
FIRMWARE_VER
The RFID Module's firmware version.
|
HARDWARE_VER
The RFID Module's hardware version.
|
MODULE_ID
The RFID Module's unique ID.
|
REGION
The RFID Module's Region.
|
Modifier and Type | Method and Description |
---|---|
static RFIDInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDInfo FIRMWARE_VER
public static final RFIDInfo HARDWARE_VER
public static final RFIDInfo MODULE_ID
public static final RFIDInfo REGION
public static RFIDInfo[] values()
for (RFIDInfo c : RFIDInfo.values()) System.out.println(c);
public static RFIDInfo 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 null