Click or drag to resize

DecodingNotification Class

DecodingNotification
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.DecodingNotification

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DecodingNotification : PropertyGroup

The DecodingNotification type exposes the following members.

Constructors
NameDescription
Public methodDecodingNotification
Initializes a new instance of the DecodingNotification class
Public methodDecodingNotification
Initializes a new instance of the DecodingNotification class
Top
Properties
NameDescription
Public propertyGoodReadAudioChannel
goodReadAudioChannel selects the audio channel to use for the scanner notification.
Public propertyGoodReadAudioFile
goodReadAudioFile is the file used for the audio notification on a successfull read.
Public propertyGoodReadAudioMode
goodReadAudioMode selects the scanner audio notification mode.
Public propertyGoodReadAudioVolume
goodReadAudioVolume is the volume of the audio notification on a successfull read.
Public propertyGoodReadCount
goodReadCount indicates the number of notifications to produce on a successful read.
Public propertyGoodReadDuration
goodReadDuration is the duration of each notification on a successful read.
Public propertyGoodReadInterval
goodReadInterval is the delay between notifications on a successful read.
Public propertyGoodReadTimeout
goodReadTimeout specifies the delay (in milliseconds) after which the good read LEDs are disabled.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
DecodingNotification is the class that configures the notification to produce on a successful read .

[Android Documentation]

See Also