barcode ~master (2020-10-27T07:50:47Z)
Dub
Repo
QrCode.ReadSolomonGenerator
barcode
qr
qrcode
QrCode
Undocumented in source.
struct
QrCode
pure @
safe
static
struct
ReadSolomonGenerator {
this
(int degree);
ubyte
[]
getRemainder
(const(ubyte)[] data);
}
Constructors
this
this
(int degree)
Undocumented in source.
Members
Functions
getRemainder
ubyte
[]
getRemainder
(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
barcode
qr
qrcode
QrCode
constructors
this
enums
Penalty
functions
appendErrorCorrection
applyMask
crd
drawAlignmentPattern
drawCodewords
drawFinderPattern
drawFormatBits
drawFunctionPatterns
drawVersion
getAlignmentPatternPosition
getPenaltyScore
setFunctionModule
manifest constants
maskPatterns
numErrorCorrectionBlocks
numErrorCorrectionCodewords
static functions
encodeSegments
getNumDataCodewords
getNumRawDataModules
structs
ReadSolomonGenerator
variables
ecl
isFunction
mask
modules
size
vers