mw::qrd::DataType Enumerated Type

Syntax

enum DataType;

Value

Value Description
DATA_TYPE_NUMERIC Numeric mode. 0 to 9 (ASCII code 0x30 to 0x39)
DATA_TYPE_ALPHABET Alphanumeric mode. 0 to 9 (ASCII code 0x30 to 0x39), A to Z (ASCII code 0x41 to 0x5A), single-byte space, $, %, *, +, -, /, : symbols (ASCII codes 0x20, 0x24, 0x25, 0x2A, 0x2B, 0x2D to 0x2F, 0x3A)
DATA_TYPE_KANJI Kanji mode. Shift_JIS kanji based on JIS X 0208.
DATA_TYPE_BINARY 8-bit binary data. Data based on JIS X 0201 (ASCII code 0x00 to 0xFF). This mode includes the lowercase alphabet characters a to z (ASCII values 0x61 to 0x7A).

Description

Enumerated type indicating the types of data stored in the QR Code patterns.

Revision History

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

CONFIDENTIAL