barcode ~master (2020-10-27T07:50:47Z)
Dub
Repo
Qr
barcode
qrwrap
Undocumented in source.
class
Qr :
BarCodeEncoder
{
ECL
ecl
;
uint
minVer
;
uint
maxVer
;
this
(ECL ecl, uint minVer, uint maxVer);
BarCode
encode
(string str);
}
Constructors
this
this
(ECL ecl, uint minVer, uint maxVer)
Undocumented in source.
Members
Functions
encode
BarCode
encode
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ecl
ECL
ecl
;
maxVer
uint
maxVer
;
Undocumented in source.
minVer
uint
minVer
;
Undocumented in source.
Inherited Members
From BarCodeEncoder
encode
BarCode
encode
(string str)
Meta
Source
See Implementation
barcode
qrwrap
classes
Qr