enum QRCodeErrorCorrection

Parents
Enum

Brief

Specifies a set of supported QR code error correction levels.

Static Public Fields

H

A high level of error correction - 30% of data bytes can be restored.

L

A low level of error correction - 7% of data bytes can be restored.

M

A medium level of error correction - 15% of data bytes can be restored.

Q

A quartile level of error correction - 25% of data bytes can be restored.

back