Barcode Xpress for Linux v13.4 - Updated
BX_ModeTransition
API Reference > Barcode Component API Reference > Barcode Component Structures Reference > BX_ModeTransition

Stores information relating to any state changes that occur inside the barcode decoding process.

Declaration:

Copy Code
typedef struct tagBX_ModeTransition {
    long Index;
    BX_ModeTransitionType ModeType;
} BX_ModeTransition;

Members:

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.