FORMAT_INFO_MASK_QR
FORMAT_INFO_MASK_QR = 0x5412
Mask for format information.
Encapsulates a QR Code's format information, including the data mask used and error correction level.
$formatInfoDecodeLookup : array
Lookup table for decoding format information.
See ISO 18004:2006, Annex C, Table C.1
$bitsSetInHalfByte : array
Offset i holds the number of 1 bits in the binary representation of i.
$ecLevel : \BaconQrCode\Common\ErrorCorrectionLevel
Error correction level.
$dataMask : int
Data mask.
doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : \BaconQrCode\Common\FormatInformation|null
Internal method for decoding format information.
int | $maskedFormatInfo1 | |
int | $maskedFormatInfo2 |