com.honeywell.decodemanager.barcode
Class CommonDefine.LightsMode

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

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


Field Summary
static int AIMER_ONLY
          Aimer only.
static int ILLUM_AIM_OFF
          Neither aimer or illumination.
static int ILLUM_AIM_ON
          Both aimer and illumination.
static int ILLUM_ONLY
          Illumination only.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ILLUM_AIM_OFF

public static final int ILLUM_AIM_OFF
Neither aimer or illumination.

See Also:
Constant Field Values

AIMER_ONLY

public static final int AIMER_ONLY
Aimer only.

See Also:
Constant Field Values

ILLUM_AIM_ON

public static final int ILLUM_AIM_ON
Both aimer and illumination.

See Also:
Constant Field Values

ILLUM_ONLY

public static final int ILLUM_ONLY
Illumination only.

See Also:
Constant Field Values