public interface

AutoScanTrigger

implements Trigger
com.datalogic.device.input.AutoScanTrigger

Class Overview

Interface representing a trigger that automatically executes a specific action (scan by default) when entering a defined range.

Summary

Nested Classes
class AutoScanTrigger.Range Class representing a specific AutoScan range, constituted by an id and a name. 
Public Methods
abstract AutoScanTrigger.Range getCurrentRange()
Gets the currently set range between the ones supported.
abstract List<AutoScanTrigger.Range> getSupportedRanges()
Returns the list of supported ranges.
abstract boolean setCurrentRange(AutoScanTrigger.Range range)
Sets the current range between the ones supported.
[Expand]
Inherited Methods
From interface com.datalogic.device.input.Trigger

Public Methods

public abstract AutoScanTrigger.Range getCurrentRange ()

Added in revision 11

Gets the currently set range between the ones supported.

Returns
  • The current range.

public abstract List<AutoScanTrigger.Range> getSupportedRanges ()

Added in revision 5

Returns the list of supported ranges.

Returns

public abstract boolean setCurrentRange (AutoScanTrigger.Range range)

Added in revision 5

Sets the current range between the ones supported.

Parameters
range The range to set.
Returns
  • boolean true if the range has been set successfully, false otherwise.