ReReadTimeoutOption

class ReReadTimeoutOption(val activated: IScannerOption.Activation = Activation.On) : IScannerOption

Reread Timeout can avoid undesired rereading of same barcode in a given period of time. This feature is only applicable to the Sense and Continuous modes.

Constructors

Link copied to clipboard
constructor(activated: IScannerOption.Activation = Activation.On)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getEnableCommand(): String

Get the command Activation.Off / Activation.On to the ReReadTimeoutOption

Link copied to clipboard
fun getResetTimeout(activated: IScannerOption.Activation = Activation.On): String

You may wish to restart the reread timeout when the engine encounters the same barcode that was decoded in the last scan session before the reread timeout expires. To enable this feature, scan the Reread Timeout Reset On barcode. This feature is only effective when Reread Timeout is enabled. Activation.Off / Activation.On

Link copied to clipboard
fun getSetTimeoutCommand(activated: IScannerOption.ReReadTimeout = ReReadTimeout.Medium): String

The following parameter sets the time interval between two successive reads on same barcode. It is programmable in 1ms increments from 0ms to 3,600ms. When it is set to a value greater than 3,000, the timeout for rereading same programming barcode is limited to 3,000ms. The default setting is 50ms. ReReadTimeout.Short / ReReadTimeout.Little / ReReadTimeout.Medium (Default) / ReReadTimeout.Long / ReReadTimeout.Huge