mw::qre::QREncoder::GetQRData Member Function

Syntax

bool GetQRData(
    ImageInfo* info,
    u32 index = 0
);

Arguments

Name Description
out info The buffer for storing the image data. See ImageInfo.
in index The division number (0-15).

Return Values

Returns the obtained result. Returns true if successful. False is returned if this fails.

Description

Gets the image data.
The position information for the design part or the blank part is stored to imgPos in the info structure.

Revision History

2010/06/24
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL