Uses of Class
com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
Packages that use UHFProfileParameter.UHFReaderType Package Description com.metratec.lib.rfidreader -
-
Uses of UHFProfileParameter.UHFReaderType in com.metratec.lib.rfidreader
Methods in com.metratec.lib.rfidreader that return UHFProfileParameter.UHFReaderType Modifier and Type Method Description UHFProfileParameter.UHFReaderType
UHFProfileParameter. getReaderType()
static UHFProfileParameter.UHFReaderType
UHFProfileParameter.UHFReaderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UHFProfileParameter.UHFReaderType[]
UHFProfileParameter.UHFReaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.metratec.lib.rfidreader with parameters of type UHFProfileParameter.UHFReaderType Modifier and Type Method Description void
UHFProfileParameter. setReaderType(UHFProfileParameter.UHFReaderType readerType)
Constructors in com.metratec.lib.rfidreader with parameters of type UHFProfileParameter.UHFReaderType Constructor Description UHFProfileParameter(UHFProfileParameter.UHFReaderType readerType)
create a new UHF reader configuration with default values
-