| com.datalogic.device.input.AutoScanTrigger |
Interface representing a trigger that automatically executes a specific action (scan by default) when entering a defined range.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AutoScanTrigger.Range | Class representing a specific AutoScan range, constituted by an id and a name. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the currently set range between the ones supported.
| |||||||||||
Returns the list of supported ranges.
| |||||||||||
Sets the current range between the ones supported.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.datalogic.device.input.Trigger
| |||||||||||
Gets the currently set range between the ones supported.
Returns the list of supported ranges.
AutoScanTrigger.Range objects.
Sets the current range between the ones supported.
| range | The range to set. |
|---|
boolean
true if the range has been set successfully, false otherwise.