com.honeywell.decodemanager.barcode
Class CommonDefine.ScanMode

java.lang.Object
  extended by com.honeywell.decodemanager.barcode.CommonDefine.ScanMode
Enclosing class:
CommonDefine

public static final class CommonDefine.ScanMode
extends java.lang.Object


Field Summary
static int BATCH
           
static int CONCURRENT_FAST
           
static int CONCURRENT_FAST_IQ
           
static int CONCURRENT_IQ
           
static int CONFIG_NUMBER
           
static int STREAM
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BATCH

public static final int BATCH
See Also:
Constant Field Values

STREAM

public static final int STREAM
See Also:
Constant Field Values

CONCURRENT_IQ

public static final int CONCURRENT_IQ
See Also:
Constant Field Values

CONCURRENT_FAST

public static final int CONCURRENT_FAST
See Also:
Constant Field Values

CONCURRENT_FAST_IQ

public static final int CONCURRENT_FAST_IQ
See Also:
Constant Field Values

CONFIG_NUMBER

public static final int CONFIG_NUMBER
See Also:
Constant Field Values