Specifies state transitions in the barcode reader's internal state.
Member | Value | Description |
---|---|---|
BC_None | 0 | No mode transition has occurred. |
BC_QR_Alpha | 2 | QR Code's Alphanumeric mode. |
BC_QR_Byte | 3 | QR Code's Byte mode. |
BC_QR_ECI | 5 | QR Code's Extended Channel Interpretation mode. |
BC_QR_FNC1_First | 6 | QR Code's FNC1 mode, first position. |
BC_QR_FNC1_Second | 7 | QR Code's FNC1 mode, second position. |
BC_QR_Kanji | 4 | QR Code's Kanji mode. |
BC_QR_Numeric | 1 | QR Code's Numeric mode. |
BC_QR_StructureAppend | 8 | QR Code's Structured Append mode. |