barcode ~master (2020-10-27T07:50:47Z)
Dub
Repo
QrSegment.Mode
barcode
qr
qrsegment
QrSegment
Undocumented in source.
struct
QrSegment
pure @
safe
static
struct
Mode {
enum
numeric
;
enum
alphanumeric
;
enum
bytes
;
enum
kanji
;
ubyte
bits
;
ubyte
numCharCountBits
(int ver);
}
Members
Functions
numCharCountBits
ubyte
numCharCountBits
(int ver)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
alphanumeric
enum
alphanumeric
;
Undocumented in source.
bytes
enum
bytes
;
Undocumented in source.
kanji
enum
kanji
;
Undocumented in source.
numeric
enum
numeric
;
Undocumented in source.
Variables
bits
ubyte
bits
;
Undocumented in source.
Meta
Source
See Implementation
barcode
qr
qrsegment
QrSegment
constructors
this
static functions
getTotalBits
isAlphanumeric
isNumeric
makeAlphanumeric
makeBytes
makeNumeric
makeSegments
structs
Mode
variables
bitLength
data
mode
numChars