getTwinCodeCommand

fun getTwinCodeCommand(twinCode: IBarcodeFormat.TwinCode = TwinCode.SingleOnly): String

Get the command TwinCode.SingleOnly / TwinCode.TwinOnly / TwinCode.BothSingleAndTwin to program Qr twin code. Qr twin code is 2 Qr barcodes paralleled vertically or horizontally. They must both be either regular or inverse barcodes. They must have similar specifications and be placed closely together. There are 3 options for reading Qr twin codes: TwinCode.SingleOnly : Read either Qr code. TwinCode.TwinOnly : Read both Qr codes. TwinCode.BothSingleAndTwin : Read both Qr codes. If successful, transmit as twin Qr only. Otherwise, try single Qr only.