Mode

Enum representing various modes in which data can be encoded to bits.

Constructors

this
this(int m)
Undocumented in source.

Members

Functions

getCharacterCountBits
int getCharacterCountBits(QrCodeVersion _version)

Gets the number of bits used in a specific QR code version.

Properties

mode
int mode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
mode
int mode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

characterCountBitsForVersions
int[][] characterCountBitsForVersions;

Character count bits for each version.

Variables

ALPHANUMERIC
enum int ALPHANUMERIC;
Undocumented in source.
BYTE
enum int BYTE;
Undocumented in source.
ECI
enum int ECI;
Undocumented in source.
FNC1_FIRST_POSITION
enum int FNC1_FIRST_POSITION;
Undocumented in source.
FNC1_SECOND_POSITION
enum int FNC1_SECOND_POSITION;
Undocumented in source.
HANZI
enum int HANZI;
Undocumented in source.
KANJI
enum int KANJI;
Undocumented in source.
NUMERIC
enum int NUMERIC;
Undocumented in source.
STRUCTURED_APPEND
enum int STRUCTURED_APPEND;
Undocumented in source.
TERMINATOR
enum int TERMINATOR;

#@+ Mode enumants.

Meta