Barcode Format Code11
class BarcodeFormatCode11(var activated: IBarcodeFormat.Activation = Activation.Disable) : IBarcodeFormat
Properties
Functions
Link copied to clipboard
fun getCheckCharVerifCommand(c11CheckCharAfterVerif: IBarcodeFormat.C11CheckCharAfterVerif = C11CheckCharAfterVerif.Disable): String
Get the command to set the C11CheckCharAfterVerif for Code 11. Check characters are optional for Code 11 and can be added as the last one or two characters, which are calculated values used to verify the integrity of the data. If the C11CheckCharAfterVerif.Disable option is active, the engine transmits Code 11 barcodes as is.
Link copied to clipboard
Get the command Activation.Enable / Activation.Disable to the barcode format Code 11.
Link copied to clipboard
Get the command to set the BarcodeFormatCode11.max length of Code 11 to read.
Link copied to clipboard
Get the command to set the BarcodeFormatCode11.min length of Code 11 to read.
Link copied to clipboard
Link copied to clipboard
fun getTransmitCheckCharCommand(transmitCheckChar: IBarcodeFormat.TransmitCheckChar = TransmitCheckChar.Transmit): String
Get the command TransmitCheckChar.Transmit / TransmitCheckChar.DoNotTransmit to transmit check character for Code 11.