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