to top
Datalogic APIs
public final enum

PresentationState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.PresentationState

Class Overview

PresentationState is an enumeration class defining constants for presentation mode states.

Summary

Enum Values
PresentationState  DISABLED  Presentation mode is disabled. 
PresentationState  READY  Presentation mode is armed and ready to detect motion. 
PresentationState  SCANNING  Presentation mode is decoding. 
PresentationState  WAITING  Presentation mode is waiting for a stable condition. 
Public Methods
static PresentationState valueOf(String name)
final static PresentationState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PresentationState DISABLED

Added in revision 26

Presentation mode is disabled.

public static final PresentationState READY

Added in revision 26

Presentation mode is armed and ready to detect motion.

public static final PresentationState SCANNING

Added in revision 26

Presentation mode is decoding. When the device detects a motion in READY state, it switches to SCANNING starting the decoding system. It keeps in this state until a decode result or the decode timeout expired. When the decoding system switch off the device moves to the WAITING state.

public static final PresentationState WAITING

Added in revision 26

Presentation mode is waiting for a stable condition. In this state the system cannot detect motion. To avoid unwanted activations it is important that the system could identify a static condition (device not moving and no objects in motion in front of the scan egine). When the device detects a stable condition it switches from WAITING to READY.

Public Methods

public static PresentationState valueOf (String name)

Added in revision 26

public static final PresentationState[] values ()

Added in revision 26