Specifies state transitions in the barcode reader's internal state.
Syntax
Members
Member | Value | Description |
None | 0 |
No mode transition has occurred
|
QR_Alpha | 2 |
QR Code's Alphanumeric mode
|
QR_Byte | 3 |
QR Code's Byte mode
|
QR_ECI | 5 |
QR Code's Extended Channel Interpretation mode
|
QR_FNC1_First | 6 |
QR Code's FNC1 mode, first position
|
QR_FNC1_Second | 7 |
QR Code's FNC1 mode, second position
|
QR_Kanji | 4 |
QR Code's Kanji mode
|
QR_Numeric | 1 |
QR Code's Numeric mode
|
QR_StructureAppend | 8 |
QR Code's Structured Append mode
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.BarcodeXpressSdk.ModeTransitionType
See Also