QrSegment

Undocumented in source.

Constructors

this
this(Mode md, int nc, const(ubyte)[] d, int bl)
Undocumented in source.

Members

Static functions

getTotalBits
int getTotalBits(const(QrSegment)[] segs, int vers)
Undocumented in source. Be warned that the author may not have intended to support it.
isAlphanumeric
bool isAlphanumeric(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumeric
bool isNumeric(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
makeAlphanumeric
QrSegment makeAlphanumeric(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
makeBytes
QrSegment makeBytes(const(ubyte)[] d)
Undocumented in source. Be warned that the author may not have intended to support it.
makeNumeric
QrSegment makeNumeric(string digits)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSegments
QrSegment[] makeSegments(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Mode
struct Mode
Undocumented in source.

Variables

bitLength
int bitLength;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
mode
Mode mode;
Undocumented in source.
numChars
int numChars;
Undocumented in source.

Meta