ScannerOptions.DecodeTimeout Property
Click or drag to resize

ScannerOptionsDecodeTimeout Property

decodeTimeout is the maximum time the scanner remains on without reading a barcode.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.NumericProperty DecodeTimeout { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.NumericProperty
No description available.

Remarks
decodeTimeout is the maximum time the scanner remains on without reading a barcode. If the value exceeds the range, the value is set at full scale. The amount of time is represented in milliseconds.

[Android Documentation]

See Also