mwqreImageInfo Structure

Header file: mw/qre/qre.h

Syntax

struct mwqreImageInfo {
    u16 width;
    u16 height;
    u8* rgb888Data;
    mwqreRect imgPos;
} mwqreImageInfo;

Description

The C structure representing the image information of the QR Code.

See the corresponding mw::qre::ImageInfo.

Member Variables

width
height
rgb888Data
imgPos

Revision History

2010/06/24
Initial version.

CONFIDENTIAL