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 abstract ReaderType
MetratecReader. getReaderType()
Parse the Firmware Name and return theReaderType
ReaderType
MetratecReaderGen1. getReaderType()
ReaderType
MetratecReaderGen2. getReaderType()
static ReaderType
ReaderType. valueOf(java.lang.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.
-