mwqrdRect Structure

Header file: mw/qrd/qrd.h

Syntax

struct mwqrdRect
{
    s32 top;
    s32 left;
    s32 right;
    s32 bottom;
} mwqrdRect;

Description

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

See the corresponding mw::qrd::Rect.

Member Variables

top
left
right
bottom

Revision History

2010/06/24
Initial version.

CONFIDENTIAL