BarcodeFormatITF6

class BarcodeFormatITF6(var activated: IBarcodeFormat.ActivationITF = ActivationITF.Disable) : IBarcodeFormat

ITF-6 is a special kind of Interleaved 2 of 5 with a length of 6 characters and the last character as the check character. ITF-6 priority principle: For the Interleaved 2 of 5 barcodes with a length of 6 characters and the last character as the check character, the ITF-6 configurations shall take precedence over the Interleaved 2 of 5 settings

Constructors

Link copied to clipboard
constructor(activated: IBarcodeFormat.ActivationITF = ActivationITF.Disable)

Properties

Link copied to clipboard

Functions

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

Get the command ActivationITF.EnableAndTransmitCheckCharacter / ActivationITF.Disable / ActivationITF.EnableButDoNotTransmitCheckCharacter to the barcode format ITF-6. An example of the ITF-6 priority principle: when ITF-6 is enabled and Interleaved 2 of 5 is disabled, the engine only decodes Interleaved 2 of 5 barcodes with a length of 6 characters and the last character as the check character.

Link copied to clipboard