EQRCodeLevel Enum

This enumeration contains the possible values for the level of error correction of a QR code. Used in EQRCode.

Namespace: Euresys::Open_eVision

EQRCodeLevel_L
The QR code is level L (about 7% of error correction).
EQRCodeLevel_M
The QR code is level M (about 15% of error correction).
EQRCodeLevel_Q
The QR code is level Q (about 25% of error correction).
EQRCodeLevel_H
The QR code is level H (about 30% of error correction).
EQRCodeLevel_NoCorrection
The code has only error detection capacity (micro QR code (Version M1) only).

EQRCodeLevel Enum

This enumeration contains the possible values for the level of error correction of a QR code. Used in EQRCode.

Namespace: Euresys.Open_eVision

L
The QR code is level L (about 7% of error correction).
M
The QR code is level M (about 15% of error correction).
Q
The QR code is level Q (about 25% of error correction).
H
The QR code is level H (about 30% of error correction).
NoCorrection
The code has only error detection capacity (micro QR code (Version M1) only).