Click or drag to resize

PropertyID.DoubleReadTimeout Field

This parameter is the minimum time allowed between reads of the same barcode label.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 DoubleReadTimeout = "value"

Field Value

Type: Int32
Remarks
This parameter is the minimum time allowed between reads of the same barcode label.

When the device decodes a label and sees the same one before this timeout is expired, the second result will be ignored. This timeout works when scanMode is set to HOLD_MULTIPLE, PULSE_MULTIPLE or ALWAYS_ON. The amount of time is represented in milliseconds.

The class of the property is NumericProperty.

[Android Documentation]

See Also