Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatInfo ¶
func FormatInfo(ecl ErrorCorrectionLevel, mask uint8) *bitset.BitSet
Types ¶
type ErrorCorrectionLevel ¶
type ErrorCorrectionLevel uint8
const ( // Level L ECL_Low ErrorCorrectionLevel = 0b01 // Level M ECL_Medium ErrorCorrectionLevel = 0b00 // Level Q ECL_High ErrorCorrectionLevel = 0b11 // Level H ECL_Highest ErrorCorrectionLevel = 0b10 )
type ModeIndicator ¶
type ModeIndicator uint8
const ( Numeric ModeIndicator = 1 << iota AlphaNumeric // 8 bits byte EightBits Kanji )
reference: JIS X0510 : 2018 (ISO/IEC 18004 : 2015) Table 2
Click to show internal directories.
Click to hide internal directories.