Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.CONTROL
Object
CONTROL
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.CONTROL extends Object
List of control constants. Controls the barcode scanner by software.
-
Field Summary
Fields Modifier and Type Field Description static int
AIMER_OFF
Aimer is turned off.static int
AIMER_ON
Aimer is turned on.static int
ILLUMINATION_OFF
Illumination is turned off.static int
ILLUMINATION_ON
Illumination is turned on.static int
TRIGGER_OFF
Trigger key is released virtually.static int
TRIGGER_ON
Trigger key is pressed virtually. -
Constructor Summary
Constructors Constructor Description CONTROL()
-
Method Summary
-
Field Details
-
AIMER_OFF
public static final int AIMER_OFFAimer is turned off.- See Also:
- Constant Field Values
-
AIMER_ON
public static final int AIMER_ONAimer is turned on.- See Also:
- Constant Field Values
-
ILLUMINATION_OFF
public static final int ILLUMINATION_OFFIllumination is turned off.- See Also:
- Constant Field Values
-
ILLUMINATION_ON
public static final int ILLUMINATION_ONIllumination is turned on.- See Also:
- Constant Field Values
-
TRIGGER_OFF
public static final int TRIGGER_OFFTrigger key is released virtually.- See Also:
- Constant Field Values
-
TRIGGER_ON
public static final int TRIGGER_ONTrigger key is pressed virtually.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CONTROL
public CONTROL()
-