Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant
Object
ScannerLibraryConstant
public class ScannerLibraryConstant extends Object
The CASIO Enterprise Developer Tools Scanner Library Constants
Constants to be used in the
Constants to be used in the
ScannerLibrary
class.- Since:
- 2.00
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScannerLibraryConstant.CENTERING_WINDOW_MODE
List of centering window mode constants.static class
ScannerLibraryConstant.CONTROL
List of control constants.static class
ScannerLibraryConstant.INVERSE
List of black and white reverse mode constants.static class
ScannerLibraryConstant.LASER_HIGHLIGHT_MODE
List of highlight mode constants.static class
ScannerLibraryConstant.LIGHT_MODE
List of light mode constants.static class
ScannerLibraryConstant.METHOD
Methods of theScannerLibrary
class, used e.g. to check availability of said methods usingScannerLibrary.isMethodSupported(BigInteger)
method.static class
ScannerLibraryConstant.NOTIFICATION
List of notification constants.static class
ScannerLibraryConstant.OUTPUT
List of output type constants.static class
ScannerLibraryConstant.RESOLUTION
List of resolution constants.static class
ScannerLibraryConstant.RETURN
List of return value constants.static class
ScannerLibraryConstant.SUFFIX
List of "Suffix constants".static class
ScannerLibraryConstant.SWING_WIDTH
List of swing width constants.static class
ScannerLibraryConstant.SYMBOLOGY
List of SymbologyID constants.static class
ScannerLibraryConstant.SYMBOLOGY_PARAMETER
List of symbol parameter constants.static class
ScannerLibraryConstant.TRIGGER_MODE
List of Trigger key mode constants.static class
ScannerLibraryConstant.TRIGGERKEY
List of Trigger key constants. -
Constructor Summary
Constructors Constructor Description ScannerLibraryConstant()
-
Method Summary
-
Constructor Details
-
ScannerLibraryConstant
public ScannerLibraryConstant()
-