mw::qre::EncodeData Structure

Syntax

struct EncodeData {
    u32 size;
    u8* data;
    u32 version;
    u32 total;
    u32 cell_size;
    EccLevel ecc_level;
} EncodeData;

Description

Structure that stores the QR Code encoding information.

Member Variables

size Data size.
data The data to be encoded.
ver The format version (0 to 40). If 0 is specified the format version will be set automatically.
total The number of pieces into which the data will be divided (0 to 16). If 0 is specified the division number will be set automatically.
cell_size The cell size. The number of dots in one cell.
ecc_level The error correction level. See EccLevel.

Revision History

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

CONFIDENTIAL