ReadBarcodeOption

class ReadBarcodeOption(val activated: IScannerOption.Activation = Activation.Off) : IScannerOption

Read Barcode On/Off Sending the Read Barcode Off to the engine can disable it from reading barcode, and the engine is unable to scan barcode unless you send the Read Barcode On command to it or power cycle it. By default, Read Barcode is O

Constructors

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

Properties

Link copied to clipboard

Functions

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

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