DecodingNotification.GoodReadTimeout Property
Click or drag to resize

DecodingNotificationGoodReadTimeout Property

goodReadTimeout specifies the delay (in milliseconds) after which the good read LEDs are disabled.

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

Property Value

Property Value

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

Remarks
goodReadTimeout specifies the delay (in milliseconds) after which the good read LEDs are disabled. This value is considered only when the goodReadCount is 1. The value range is between 20 and 5000 for normal scanning sessions. The maximum value is lowered to 500 in case of a scan mode different from SINGLE or when the target mode is set to RELEASE_SCAN.

[Android Documentation]

See Also