to top
Datalogic APIs
public class

GoodRead

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.GoodRead

Class Overview

GoodRead is the class that configures which type of notification is activated on a successful read.

Summary

Fields
public BooleanProperty goodReadEnable goodReadEnable requires the use of the good read notification on a successful read.
public BooleanProperty goodReadLedEnable goodReadLedEnable requires the use of the led notification on a successful read.
public BooleanProperty goodReadVibrateEnable goodReadVibrateEnable requires the use of the vibrator notification on a successful read.
public BooleanProperty greenSpotEnable greenSpotEnable requires the use of the green spot notification on a successful read.
Public Constructors
GoodRead(PropertyGetter editor)
This is the constructor of GoodRead.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty goodReadEnable

Added in revision 1

goodReadEnable requires the use of the good read notification on a successful read.

public BooleanProperty goodReadLedEnable

Added in revision 1

goodReadLedEnable requires the use of the led notification on a successful read.

public BooleanProperty goodReadVibrateEnable

Added in revision 1

goodReadVibrateEnable requires the use of the vibrator notification on a successful read.

public BooleanProperty greenSpotEnable

Added in revision 1

greenSpotEnable requires the use of the green spot notification on a successful read.

Public Constructors

public GoodRead (PropertyGetter editor)

Added in revision 1

This is the constructor of GoodRead. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current barcode family.