public class DecodingNotification extends PropertyGroup
DecodingNotification is the class that configures the
notification to produce on a successful read .| Modifier and Type | Field and Description |
|---|---|
EnumProperty<ToneNotificationChannel> |
goodReadAudioChannel
goodReadAudioChannel selects the audio channel to use for the
scanner notification. |
TextProperty |
goodReadAudioFile
goodReadAudioFile is the file used for the audio
notification on a successfull read. |
EnumProperty<ToneNotificationMode> |
goodReadAudioMode
goodReadAudioMode selects the scanner audio notification mode. |
NumericProperty |
goodReadAudioVolume
goodReadAudioVolume is the volume of the audio notification
on a successfull read. |
NumericProperty |
goodReadCount
goodReadCount indicates the number of notifications to
produce on a successful read. |
NumericProperty |
goodReadDuration
goodReadDuration is the duration of each notification on a
successful read. |
NumericProperty |
goodReadInterval
goodReadInterval is the delay between notifications on a
successful read. |
| Constructor and Description |
|---|
DecodingNotification(PropertyGetter editor)
This is the constructor of DecodingNotification.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic NumericProperty goodReadCount
goodReadCount indicates the number of notifications to
produce on a successful read.public NumericProperty goodReadDuration
goodReadDuration is the duration of each notification on a
successful read.public NumericProperty goodReadInterval
goodReadInterval is the delay between notifications on a
successful read.public NumericProperty goodReadAudioVolume
goodReadAudioVolume is the volume of the audio notification
on a successfull read.public TextProperty goodReadAudioFile
goodReadAudioFile is the file used for the audio
notification on a successfull read.public EnumProperty<ToneNotificationMode> goodReadAudioMode
goodReadAudioMode selects the scanner audio notification mode.
That corresponds to one of the ToneNotificationMode values.public EnumProperty<ToneNotificationChannel> goodReadAudioChannel
goodReadAudioChannel selects the audio channel to use for the
scanner notification. That corresponds to one of the
ToneNotificationChannel values.public DecodingNotification(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.