TriggerCommandOption

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

When Enable Trigger Commands is selected, you can activate and deactivate the engine in the Level mode with serial trigger commands. Sending the Start Scanning command (default: T , user-programmable) to the engine in the Level mode activates a decode session. The decode session continues until a barcode is decoded or the decode session timeout expires or the engine receives the Stop Scanning command (default: P , user- programmable).

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 SurroundGS1AIParentheseOption

Link copied to clipboard

Method which set the start Scanning prefix If custom TriggerCommandOption is enabled, you are allowed to trigger scan with this prefix it cannot exceed 10 characters

Link copied to clipboard

Method which set the start Scanning suffix If custom TriggerCommandOption is enabled, you are allowed to trigger scan with this suffix it cannot exceed 10 characters