mwqrdDecodeData Structure

Header file: mw/qrd/qrd.h

Syntax

struct mwqrdDecodeData
{
    mwqrdRect qrPosition;
    s32 version;
    s32 size;
    s32 total;
    s32 index;
    s32 parity;
    mwqrdDataType type;
    u8 data[MW_QRD_DATA_MAX + 1];
} mwqrdDecodeData;

Description

The C structure representing the decoding result of the QR Code.

See the corresponding mw::qrd::DecodeData.

Member Variables

qrPosition
version
size
total
index
parity
type
data

Revision History

2010/06/24
Initial version.

CONFIDENTIAL