Click or drag to resize

PropertyIDDoubleReadTimeout 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
public const int DoubleReadTimeout = 102

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