java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.GoodRead |
GoodRead
is the class that configures which type of notification
is activated on a successful read.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
goodReadEnable | goodReadEnable requires the use of the good read
notification on a successful read. |
||||||||||
goodReadLedEnable | goodReadLedEnable requires the use of the led notification
on a successful read. |
||||||||||
goodReadVibrateEnable | goodReadVibrateEnable requires the use of the vibrator
notification on a successful read. |
||||||||||
greenSpotEnable | greenSpotEnable requires the use of the green spot
notification on a successful read. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of GoodRead.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
goodReadEnable
requires the use of the good read
notification on a successful read.
goodReadLedEnable
requires the use of the led notification
on a successful read.
goodReadVibrateEnable
requires the use of the vibrator
notification on a successful read.
greenSpotEnable
requires the use of the green spot
notification on a successful read.
This is the constructor of GoodRead. All options are initialized by editor.
editor | A PropertyGetter used to load the current barcode family.
|
---|