com.honeywell.decodemanager.barcode
Class CommonDefine.ExposureMode

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

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


Field Summary
static int AUTO_DUAL_TRACK
           
static int AUTO_PRESENTATION
           
static int CELLPHONE
           
static int CONTEXT_DUAL_TRACK
           
static int CONTEXT_SENSITIVE
           
static int FIXED
          Fixed Exposure.
static int HHP
          Honeywell Exposure.
static int ONCHIP
          On Chip Exposure.
static int OPENLOOP_GAIN
           
static int TEST_PATTERN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIXED

public static final int FIXED
Fixed Exposure.

See Also:
Constant Field Values

ONCHIP

public static final int ONCHIP
On Chip Exposure.

See Also:
Constant Field Values

HHP

public static final int HHP
Honeywell Exposure.

See Also:
Constant Field Values

AUTO_PRESENTATION

public static final int AUTO_PRESENTATION
See Also:
Constant Field Values

CONTEXT_SENSITIVE

public static final int CONTEXT_SENSITIVE
See Also:
Constant Field Values

OPENLOOP_GAIN

public static final int OPENLOOP_GAIN
See Also:
Constant Field Values

CELLPHONE

public static final int CELLPHONE
See Also:
Constant Field Values

AUTO_DUAL_TRACK

public static final int AUTO_DUAL_TRACK
See Also:
Constant Field Values

CONTEXT_DUAL_TRACK

public static final int CONTEXT_DUAL_TRACK
See Also:
Constant Field Values

TEST_PATTERN

public static final int TEST_PATTERN
See Also:
Constant Field Values