| Modifier and Type | Interface and Description |
|---|---|
static class |
AutoScanTrigger.Range
Class representing a specific AutoScan range, constituted by
an id and a name.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScanTrigger.Range |
getCurrentRange()
Gets the currently set range between the ones supported.
|
java.util.List<AutoScanTrigger.Range> |
getSupportedRanges()
Returns the list of supported ranges.
|
boolean |
setCurrentRange(AutoScanTrigger.Range range)
Sets the current range between the ones supported.
|
getId, getName, getScanCode, isAvailable, isEnabled, setEnabledjava.util.List<AutoScanTrigger.Range> getSupportedRanges()
AutoScanTrigger.Range objects.boolean setCurrentRange(AutoScanTrigger.Range range)
range - The range to set.boolean
true if the range has been set successfully, false otherwise.AutoScanTrigger.Range getCurrentRange()