Uses of Class
com.metratec.lib.rfidreader.ReaderType
-
Packages that use ReaderType Package Description com.metratec.lib.rfidreader -
-
Uses of ReaderType in com.metratec.lib.rfidreader
Methods in com.metratec.lib.rfidreader that return ReaderType Modifier and Type Method Description ReaderType
StandardReader. getReaderType()
Parse the Firmware Name and return theReaderType
static ReaderType
ReaderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReaderType[]
ReaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-