Stores information relating to any state changes that occur inside the barcode decoding process.
Declaration:
typedef struct tagBX\_ModeTransition {
long Index;
BX\_ModeTransitionType ModeType;
} BX\_ModeTransition;
Members:
Name | Type | Description |
---|---|---|
Index | long | The index in the barcode Value where a transition occurs. |
ModeType | BX_ModeTransitionType | The mode of the new section starting at the index. |
Remarks:
Barcode Xpress for Linux currently supports listing the state transitions for QR Code barcodes. For other barcode types, there will be no mode transitions.