GoodReadDelayOption

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

Good Read Delay sets the minimum amount of time before the engine can read another barcode. This parameter is programmable in 1ms increments from 1ms to 3,600,000ms. The default setting is 500ms.

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 GoodReadDelayOption

Link copied to clipboard
fun getSetDelay(delay: IScannerOption.GoodReadDelay = GoodReadDelay.Medium): String

To set a bad read message, To set the good read delay, pass in parameter the delay (from 1 to 3,600,000ms)