public class GoodRead extends PropertyGroup
GoodRead is the class that configures which type of notification
is activated on a successful read.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
goodReadEnable
goodReadEnable requires the use of the good read
notification on a successful read. |
BooleanProperty |
goodReadLedEnable
goodReadLedEnable requires the use of the led notification
on a successful read. |
BooleanProperty |
goodReadVibrateEnable
goodReadVibrateEnable requires the use of the vibrator
notification on a successful read. |
BooleanProperty |
greenSpotEnable
greenSpotEnable requires the use of the green spot
notification on a successful read. |
| Constructor and Description |
|---|
GoodRead(PropertyGetter editor)
This is the constructor of GoodRead.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty goodReadEnable
goodReadEnable requires the use of the good read
notification on a successful read.public BooleanProperty greenSpotEnable
greenSpotEnable requires the use of the green spot
notification on a successful read.public BooleanProperty goodReadVibrateEnable
goodReadVibrateEnable requires the use of the vibrator
notification on a successful read.public BooleanProperty goodReadLedEnable
goodReadLedEnable requires the use of the led notification
on a successful read.public GoodRead(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.