Specifies the types of possible state transitions in the barcode reader's internal state. Cooresponds to the BX_ModeTransitionType enum and it's values in barcodexpress.h.
| Name | Value | Description |
|---|---|---|
| NoModeTransition | 0 | No mode transition has occurred |
| QRNumeric | 1 | QR Code's Numeric mode |
| QRAlpha | 2 | QR Code's Alphanumeric mode |
| QRByte | 3 | QR Code's Byte mode |
| QRKanji | 4 | QR Code's Kanji mode |
| QRECI | 5 | QR Code's Extended Channel Interpretation mode |
| QRFNC1First | 6 | QR Code's FNC1 mode, first position |
| QRFNC1Second | 7 | QR Code's FNC1 mode, second position |
| QRStructureAppend | 8 | QR Code's Structured Append mode |
