Class ScannerLibraryConstant.TRIGGER_MODE

Object
TRIGGER_MODE
Enclosing class:
ScannerLibraryConstant

public static class ScannerLibraryConstant.TRIGGER_MODE
extends Object
List of Trigger key mode constants. Set the action when trigger key is pressed.
  • Field Details

    • CONTINUOUS

      public static final int CONTINUOUS
      Continuous reading. Scanning continuously during trigger key is pressed.
      See Also:
      Constant Field Values
    • MULTI_STEP

      public static final int MULTI_STEP
      Multi-step reading. This method is for scanning a specified number of barcodes. Once scanning for the specified number of bar codes has been completed, the scanner closes and will not scan again until reopened. Also, the same bar codes that have been scanned previously cannot be scanned again.
      See Also:
      Constant Field Values
    • NORMAL

      public static final int NORMAL
      Normal reading. Scan is performed every time the trigger key is pressed
      See Also:
      Constant Field Values
    • PACKAGE

      public static final int PACKAGE
      Package reading. Scanning continuously reads multiple symbols until when the Trigger key is released and then outputs a result of reading all the symbols.
      See Also:
      Constant Field Values
  • Constructor Details