QRCodeDataToken
Contains the data for a specific QR token.
Elements
Name | Type | Description |
---|---|---|
mode | QRStreamMode | Specifies the stream mode or the format of the data that is encoded in the QR code. |
modeData | unsigned int | Indicates specifiers used by the user to postprocess the data if it requires it. Typically represents size, sometimes represents language for ECI Stream Mode and Application ID for EAN-128 codes. |
data | unsigned char* | Shows the encoded data in the QR code. |
dataLength | unsigned int | Specifies the length of the data found in the QR code. |