Uses of Class
com.metratec.lib.rfidreader.uhf.UHFReaderGen2.REGION
-
Packages that use UHFReaderGen2.REGION Package Description com.metratec.lib.rfidreader.uhf -
-
Uses of UHFReaderGen2.REGION in com.metratec.lib.rfidreader.uhf
Methods in com.metratec.lib.rfidreader.uhf that return UHFReaderGen2.REGION Modifier and Type Method Description UHFReaderGen2.REGION
UHFReaderGen2. getRegion()
static UHFReaderGen2.REGION
UHFReaderGen2.REGION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UHFReaderGen2.REGION[]
UHFReaderGen2.REGION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.metratec.lib.rfidreader.uhf with parameters of type UHFReaderGen2.REGION Modifier and Type Method Description void
UHFReaderGen2. setRegion(UHFReaderGen2.REGION region)
Sets the uhf region
-