to top
Datalogic APIs
public class

DecodingNotification

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

Class Overview

DecodingNotification is the class that configures the notification to produce on a successful read .

Summary

Fields
public EnumProperty<ToneNotificationChannel> goodReadAudioChannel goodReadAudioChannel selects the audio channel to use for the scanner notification.
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.
public NumericProperty goodReadAudioVolume goodReadAudioVolume is the volume of the audio notification on a successfull read.
public 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 goodReadTimeout goodReadTimeout specifies the delay (in milliseconds) after which the good read LEDs are disabled.
Public Constructors
DecodingNotification(PropertyGetter editor)
This is the constructor of DecodingNotification.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public EnumProperty<ToneNotificationChannel> goodReadAudioChannel

Added in revision 26

goodReadAudioChannel selects the audio channel to use for the scanner notification. That corresponds to one of the ToneNotificationChannel values.

public TextProperty goodReadAudioFile

Added in revision 1

goodReadAudioFile is the file used for the audio notification on a successfull read.

public EnumProperty<ToneNotificationMode> goodReadAudioMode

Added in revision 1

goodReadAudioMode selects the scanner audio notification mode. That corresponds to one of the ToneNotificationMode values.

public NumericProperty goodReadAudioVolume

Added in revision 1

goodReadAudioVolume is the volume of the audio notification on a successfull read.

public NumericProperty goodReadCount

Added in revision 1

goodReadCount indicates the number of notifications to produce on a successful read.

public NumericProperty goodReadDuration

Added in revision 1

goodReadDuration is the duration of each notification on a successful read.

public NumericProperty goodReadInterval

Added in revision 1

goodReadInterval is the delay between notifications on a successful read.

public NumericProperty goodReadTimeout

Added in revision 32

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.

Public Constructors

public DecodingNotification (PropertyGetter editor)

Added in revision 1

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

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