mwqrdDecodeData
Structurestruct mwqrdDecodeData { mwqrdRect qrPosition; s32 version; s32 size; s32 total; s32 index; s32 parity; mwqrdDataType type; u8 data[MW_QRD_DATA_MAX + 1]; } mwqrdDecodeData;
The C structure representing the decoding result of the QR Code.
See the corresponding mw::qrd::DecodeData
.
qrPosition | ||
---|---|---|
version | ||
size | ||
total | ||
index | ||
parity | ||
type | ||
data
|
CONFIDENTIAL