QRErrorLevel

QRErrorLevel enumeration

Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H.

public enum QRErrorLevel

Values

NameValueDescription
LEVEL_L0Allows recovery of 7% of the code text
LEVEL_M1Allows recovery of 15% of the code text
LEVEL_Q2Allows recovery of 25% of the code text
LEVEL_H3Allows recovery of 30% of the code text

See Also