mw::qre::QREncoder::GetQRData
Member Functionbool GetQRData( ImageInfo* info, u32 index = 0 );
Name | Description | |
---|---|---|
out | info | The buffer for storing the image data. See ImageInfo . |
in | index | The division number (0-15). |
Returns the obtained result. Returns true
if successful. False is returned if this fails.
Gets the image data.
The position information for the design part or the blank part is stored to imgPos in the info
structure.
CONFIDENTIAL