java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.DecodingNotification |
DecodingNotification
is the class that configures the
notification to produce on a successful read .
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
goodReadAudioChannel | goodReadAudioChannel selects the audio channel to use for the
scanner notification. |
||||||||||
goodReadAudioFile | goodReadAudioFile is the file used for the audio
notification on a successfull read. |
||||||||||
goodReadAudioMode | goodReadAudioMode selects the scanner audio notification mode. |
||||||||||
goodReadAudioVolume | goodReadAudioVolume is the volume of the audio notification
on a successfull read. |
||||||||||
goodReadCount | goodReadCount indicates the number of notifications to
produce on a successful read. |
||||||||||
goodReadDuration | goodReadDuration is the duration of each notification on a
successful read. |
||||||||||
goodReadInterval | goodReadInterval is the delay between notifications on a
successful read. |
||||||||||
goodReadTimeout | goodReadTimeout specifies the delay (in milliseconds) after which the
good read LEDs are disabled. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of DecodingNotification.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
goodReadAudioChannel
selects the audio channel to use for the
scanner notification. That corresponds to one of the
ToneNotificationChannel
values.
goodReadAudioFile
is the file used for the audio
notification on a successfull read.
goodReadAudioMode
selects the scanner audio notification mode.
That corresponds to one of the ToneNotificationMode
values.
goodReadAudioVolume
is the volume of the audio notification
on a successfull read.
goodReadCount
indicates the number of notifications to
produce on a successful read.
goodReadDuration
is the duration of each notification on a
successful read.
goodReadInterval
is the delay between notifications on a
successful read.
goodReadTimeout
specifies the delay (in milliseconds) after which the
good read LEDs are disabled. This value is considered only when the
goodReadCount
is 1. The value range is between 20 and 5000 for
normal scanning sessions. The maximum value is lowered to 500 in case of a scan mode
different from SINGLE or when the target mode is set to RELEASE_SCAN.
This is the constructor of DecodingNotification. All options are initialized by editor.
editor | A PropertyGetter used to load the current barcode family.
|
---|