Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.RESOLUTION
Object
RESOLUTION
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.RESOLUTION extends Object
List of resolution constants. Controls the resolution for streaming.
-
Field Summary
Fields Modifier and Type Field Description static int
FULL
Full resolution of the barcode scanner.static int
ONE_SIXTEENTH
1/16 of full resolution.static int
QUARTER
1/4 of full resolution. -
Constructor Summary
Constructors Constructor Description RESOLUTION()
-
Method Summary
-
Field Details
-
FULL
public static final int FULLFull resolution of the barcode scanner.- See Also:
- Constant Field Values
-
ONE_SIXTEENTH
public static final int ONE_SIXTEENTH1/16 of full resolution.- See Also:
- Constant Field Values
-
QUARTER
public static final int QUARTER1/4 of full resolution.- See Also:
- Constant Field Values
-
-
Constructor Details
-
RESOLUTION
public RESOLUTION()
-