QRStreamMode
Specifies how the stream data was encoded.
Elements
Name | Value | Description |
---|---|---|
IMAQ_QR_MODE_NUMERIC | 0 | Specifies that the data was encoded using numeric mode. |
IMAQ_QR_MODE_ALPHANUMERIC | 1 | Specifies that the data was encoded using alpha-numeric mode. |
IMAQ_QR_MODE_RAW_BYTE | 2 | Specifies that the data was not encoded but is only raw binary bytes, or encoded in JIS-8. |
IMAQ_QR_MODE_EAN128_TOKEN | 3 | Specifies that the data has a special meaning represented by the application ID. The application ID is located in tokenized data stream. |
IMAQ_QR_MODE_EAN128_DATA | 4 | Specifies that the data has a special meaning represented by the application ID. |
IMAQ_QR_MODE_ECI | 5 | Specifies that the data was meant to be read using the language represented in the language ID. |
IMAQ_QR_MODE_KANJI | 6 | Specifies that the data was encoded in Shift-JIS16 Japanese. |
IMAQ_QR_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |