BarcodeFormatMicroQrCode

class BarcodeFormatMicroQrCode(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
open override fun getEnableCommand(): String

Get the command Activation.Enable / Activation.Disable to the barcode format Micro Qr Code.

Link copied to clipboard

Get the command to set the BarcodeFormatMicroQrCode.max length of Micro Qr Code to read.

Link copied to clipboard

Get the command to set the BarcodeFormatMicroQrCode.min length of Micro Qr Code to read.

Link copied to clipboard