Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.NOTIFICATION
Object
NOTIFICATION
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.NOTIFICATION extends Object
List of notification constants. Sets notification behavior when bar code is read.
-
Field Summary
Fields Modifier and Type Field Description static int
LED_OFF
The notification LED not lights up in success and failure scanning.static int
LED_ON
The notification LED turns on GREEN in success scanning, and RED in failure scanning.static int
SOUND_ALL_OFF
The notification sound does not vibrate in success and failure scanning.static int
SOUND_ALL_ON
The notification sound sounds in success and failure scanning.static int
SOUND_FAIL_ON
The notification sound sounds in failure scanning.static int
SOUND_SUCCESS_ON
The notification sound sounds in success scanning.static int
VIBRATOR_ALL_OFF
The notification vibrator does not vibrate in success and failure scanning.static int
VIBRATOR_ALL_ON
The notification vibrator vibrates in success and failure scanning.static int
VIBRATOR_FAIL_ON
The notification vibrator vibrates in failure scanning.static int
VIBRATOR_SUCCESS_ON
The notification vibrator vibrates in success scanning. -
Constructor Summary
Constructors Constructor Description NOTIFICATION()
-
Method Summary
-
Field Details
-
LED_OFF
public static final int LED_OFFThe notification LED not lights up in success and failure scanning.- See Also:
- Constant Field Values
-
LED_ON
public static final int LED_ONThe notification LED turns on GREEN in success scanning, and RED in failure scanning.- See Also:
- Constant Field Values
-
SOUND_ALL_OFF
public static final int SOUND_ALL_OFFThe notification sound does not vibrate in success and failure scanning.- See Also:
- Constant Field Values
-
SOUND_ALL_ON
public static final int SOUND_ALL_ONThe notification sound sounds in success and failure scanning.- See Also:
- Constant Field Values
-
SOUND_FAIL_ON
public static final int SOUND_FAIL_ONThe notification sound sounds in failure scanning.- See Also:
- Constant Field Values
-
SOUND_SUCCESS_ON
public static final int SOUND_SUCCESS_ONThe notification sound sounds in success scanning.- See Also:
- Constant Field Values
-
VIBRATOR_ALL_OFF
public static final int VIBRATOR_ALL_OFFThe notification vibrator does not vibrate in success and failure scanning.- See Also:
- Constant Field Values
-
VIBRATOR_ALL_ON
public static final int VIBRATOR_ALL_ONThe notification vibrator vibrates in success and failure scanning.- See Also:
- Constant Field Values
-
VIBRATOR_FAIL_ON
public static final int VIBRATOR_FAIL_ONThe notification vibrator vibrates in failure scanning.- See Also:
- Constant Field Values
-
VIBRATOR_SUCCESS_ON
public static final int VIBRATOR_SUCCESS_ONThe notification vibrator vibrates in success scanning.- See Also:
- Constant Field Values
-
-
Constructor Details
-
NOTIFICATION
public NOTIFICATION()
-