BarcodeFormatGS1_128

class BarcodeFormatGS1_128(var activated: IBarcodeFormat.Activation = Activation.Enable) : IBarcodeFormat

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
var max: Int
Link copied to clipboard
var min: Int
Link copied to clipboard
open override val prefix: String

Functions

Link copied to clipboard
fun getCheckCharVerifCommand(transmitCheckCharMiss: IBarcodeFormat.TransmitCheckCharMiss = TransmitCheckCharMiss.DoNotTransmit): String

Get the command TransmitCheckCharMiss.Transmit / TransmitCheckCharMiss.DoNotTransmit to the transmit GS1_128 check character.

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

Get the command Activation.Enable / Activation.Disable to the barcode format GS1_128.

Link copied to clipboard
fun getFNC1OutputCommand(activated: IBarcodeFormat.Activation = Activation.Enable): String

Get the command Activation.Enable / Activation.Disable to the transmit control character.

Link copied to clipboard

Get the command to set the BarcodeFormatGS1_128.max length of GS1_128 to read.

Link copied to clipboard

Get the command to set the BarcodeFormatGS1_128.min length of GS1_128 to read.

Link copied to clipboard