Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.RETURN
Object
RETURN
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.RETURN extends Object
List of return value constants. Check execution result of member function with return value constant.
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_NOTOPENED
Non-open error.static int
ERROR_PARAMETER
Parameter error.static int
ERROR_UNSUPPORTED
Unsupported error.static int
SUCCESS
Successful completion. -
Constructor Summary
Constructors Constructor Description RETURN()
-
Method Summary
-
Field Details
-
ERROR_NOTOPENED
public static final int ERROR_NOTOPENEDNon-open error. It returns when a function is called with the barcode scanner not open.- See Also:
- Constant Field Values
-
ERROR_PARAMETER
public static final int ERROR_PARAMETERParameter error. It returns when the parameter specified as the argument is illegal.- See Also:
- Constant Field Values
-
ERROR_UNSUPPORTED
public static final int ERROR_UNSUPPORTEDUnsupported error. It returns if the function is not supported.- See Also:
- Constant Field Values
-
SUCCESS
public static final int SUCCESSSuccessful completion. It returns when the function terminates normally.- See Also:
- Constant Field Values
-
-
Constructor Details
-
RETURN
public RETURN()
-