Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.INVERSE
Object
INVERSE
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.INVERSE extends Object
List of black and white reverse mode constants. Set black-and-white inverted barcode read enable / disable.
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO
Read normal barcode and black-and-white reversing bar code.static int
DISABLE
Only normal bar code (barcode printed in black on white background) is read.static int
ENABLE
Only black-and-white reversed barcode (barcode printed in black on black background) is read. -
Constructor Summary
Constructors Constructor Description INVERSE()
-
Method Summary
-
Field Details
-
AUTO
public static final int AUTORead normal barcode and black-and-white reversing bar code.- See Also:
- Constant Field Values
-
DISABLE
public static final int DISABLEOnly normal bar code (barcode printed in black on white background) is read.- See Also:
- Constant Field Values
-
ENABLE
public static final int ENABLEOnly black-and-white reversed barcode (barcode printed in black on black background) is read.- See Also:
- Constant Field Values
-
-
Constructor Details
-
INVERSE
public INVERSE()
-