Click or drag to resize

DecodingNotification Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.ConfigurationPropertyGroup
    Com.Datalogic.Decode.ConfigurationDecodingNotification

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
Top
Properties
  NameDescription
Public propertyGoodReadAudioChannel
selects the audio channel to use for the scanner notification.
Public propertyGoodReadAudioFile
is the file used for the audio notification on a successfull read.
Public propertyGoodReadAudioMode
selects the scanner audio notification mode.
Public propertyGoodReadAudioVolume
is the volume of the audio notification on a successfull read.
Public propertyGoodReadCount
indicates the number of notifications to produce on a successful read.
Public propertyGoodReadDuration
is the duration of each notification on a successful read.
Public propertyGoodReadInterval
is the delay between notifications on a successful read.
Public propertyGroups
Returns the property groups contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Public propertyId
Gets the integer value of the unique identifier PropertyGroupID
(Inherited from PropertyGroup.)
Public propertyIsFullySupported
Tells if this property group is completely supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyIsSupported
Tells if this property group is supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyJniPeerMembers
To be added.
(Overrides PropertyGroupJniPeerMembers.)
Public propertyName
Gets the name of the unique identifierPropertyGroupID
(Inherited from PropertyGroup.)
Public propertyProperties
Returns the properties contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Top
Methods
  NameDescription
Public methodGetPropertyById
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyByName
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupById
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupByName
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodLoad
Load the properties values contained by this group from the PropertyGetter.
(Inherited from PropertyGroup.)
Public methodSetToDefault
Resets to the default value all the properties contained in the subtree.
(Inherited from PropertyGroup.)
Public methodStore
Store the properties values contained by this property into the PropertyEditor.
(Inherited from PropertyGroup.)
Top
Remarks
DecodingNotification is the class that configures the notification to produce on a successful read .

[Android Documentation]

See Also