BarcodeFormatIndustrial25

class BarcodeFormatIndustrial25(var activated: IBarcodeFormat.Activation = Activation.Disable) : IBarcodeFormat

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
var max: Int
Link copied to clipboard
var min: Int

Functions

Link copied to clipboard
fun getCheckCharacterVerificationCommand(checkCharacterVerification: IBarcodeFormat.CheckCharacterVerification = CheckCharacterVerification.Disable): String

Get the command CheckCharacterVerification.Disable / CheckCharacterVerification.DoNotTransmit / CheckCharacterVerification.Transmit to program the check character verification for Industrial 25 barcodes. A check character is optional for Industrial 25 and can be added as the last character. It is a calculated value used to verify the integrity of the data. CheckCharacterVerification.Disable : The engine transmits Industrial 25 barcodes as is. CheckCharacterVerification.DoNotTransmit : The engine checks the integrity of all Industrial 25 barcodes to verify that the data complies with the check character algorithm. Barcodes passing the check will be transmitted except the last digit, whereas those failing it will not be transmitted. CheckCharacterVerification.Transmit : The engine checks the integrity of all Industrial 25 barcodes to verify that the data complies with the check character algorithm. Barcodes passing the check will be transmitted, whereas those failing it will not be transmitted.

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

Get the command Activation.Enable / Activation.Disable to the barcode format Industrial 25.

Link copied to clipboard

Get the command to set the BarcodeFormatIndustrial25.max length of Industrial 25 to read.

Link copied to clipboard

Get the command to set the BarcodeFormatIndustrial25.min length of Industrial 25 to read.

Link copied to clipboard