Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.LIGHT_MODE
Object
LIGHT_MODE
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.LIGHT_MODE extends Object
List of light mode constants. Set the illumination and the Aimer operation that light up when scanning, shooting still images and streaming.
-
Field Summary
Fields Modifier and Type Field Description static int
AIMER_ON
Aimer lights up.static int
ALL_OFF
Illumination and Aimer does not light up.static int
ALL_ON
Illumination and Aimer lights up.static int
ILLUMINATION_ON
Illumination lights up. -
Constructor Summary
Constructors Constructor Description LIGHT_MODE()
-
Method Summary
-
Field Details
-
AIMER_ON
public static final int AIMER_ONAimer lights up.- See Also:
- Constant Field Values
-
ALL_OFF
public static final int ALL_OFFIllumination and Aimer does not light up.- See Also:
- Constant Field Values
-
ALL_ON
public static final int ALL_ONIllumination and Aimer lights up.- See Also:
- Constant Field Values
-
ILLUMINATION_ON
public static final int ILLUMINATION_ONIllumination lights up.- See Also:
- Constant Field Values
-
-
Constructor Details
-
LIGHT_MODE
public LIGHT_MODE()
-