Package com.casioeurope.mis.edt.constant
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 Summary
Fields Modifier and Type Field Description static int
CONTINUOUS
Continuous reading.static int
MULTI_STEP
Multi-step reading.static int
NORMAL
Normal reading.static int
PACKAGE
Package reading. -
Constructor Summary
Constructors Constructor Description TRIGGER_MODE()
-
Method Summary
-
Field Details
-
CONTINUOUS
public static final int CONTINUOUSContinuous reading. Scanning continuously during trigger key is pressed.- See Also:
- Constant Field Values
-
MULTI_STEP
public static final int MULTI_STEPMulti-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 NORMALNormal reading. Scan is performed every time the trigger key is pressed- See Also:
- Constant Field Values
-
PACKAGE
public static final int PACKAGEPackage 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
-
TRIGGER_MODE
public TRIGGER_MODE()
-