Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.OUTPUT
Object
OUTPUT
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.OUTPUT extends Object
List of output type constants. Sets the output type of the reading result.
-
Field Summary
Fields Modifier and Type Field Description static int
BROADCAST
Broadcast outputstatic int
CLIP
Clipboard outputstatic int
KEY
Keyboard outputstatic int
OUTPUT_FOCUS_EDITBOX
Output to the focus edit box (ET-L10 only)static int
USER
User message output -
Constructor Summary
Constructors Constructor Description OUTPUT()
-
Method Summary
-
Field Details
-
BROADCAST
public static final int BROADCASTBroadcast output- See Also:
- Constant Field Values
-
CLIP
public static final int CLIPClipboard output- See Also:
- Constant Field Values
-
KEY
public static final int KEYKeyboard output- See Also:
- Constant Field Values
-
USER
public static final int USERUser message output- See Also:
- Constant Field Values
-
OUTPUT_FOCUS_EDITBOX
public static final int OUTPUT_FOCUS_EDITBOXOutput to the focus edit box (ET-L10 only)- See Also:
- Constant Field Values
-
-
Constructor Details
-
OUTPUT
public OUTPUT()
-