mw::qre::EncodeData
Structurestruct EncodeData { u32 size; u8* data; u32 version; u32 total; u32 cell_size; EccLevel ecc_level; } EncodeData;
Structure that stores the QR Code encoding information.
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 . |
CONFIDENTIAL