Documentation

Data

Interfaces, Classes, Traits and Enums

QRDataModeInterface
Specifies the methods reqired for the data modules (Number, Alphanum, Byte and Kanji)
AlphaNum
Alphanumeric mode: 0 to 9, A to Z, space, $ % * + - . / :
Byte
Byte mode, ISO-8859-1 or UTF-8
ECI
Adds an ECI Designator
Hanzi
Hanzi (simplified Chinese) mode, GBT18284-2000: 13-bit double-byte characters from the GB2312/GB18030 character set
Kanji
Kanji mode: 13-bit double-byte characters from the Shift-JIS character set
Number
Numeric mode: decimal digits 0 to 9
QRCodeDataException
An exception container
QRData
Processes the binary data and maps it on a QRMatrix which is then being returned
QRDataModeAbstract
abstract methods for the several data modes
QRMatrix
Holds a numerical representation of the final QR Code; maps the ECC coded binary data and applies the mask pattern

Search results