Click or drag to resize

ScannerOptionsDoubleReadTimeout Property

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

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 NumericProperty DoubleReadTimeout { get; set; }

Property Value

Type: NumericProperty
Remarks
doubleReadTimeout

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.

[Android Documentation]

See Also