FORMAT_INFO_MASK_QR
FORMAT_INFO_MASK_QR = 21522
Mask for format information.
Encapsulates a QR Code's format information, including the data mask used and error correction level.
$ecLevel : \BaconQrCode\Common\ErrorCorrectionLevel
Error correction level.
decodeFormatInformation(integer $maskedFormatInfo1, integer $maskedFormatInfo2) : \BaconQrCode\Common\FormatInformation|null
Decodes format information.
integer | $maskedFormatInfo1 | |
integer | $maskedFormatInfo2 |
getErrorCorrectionLevel() : \BaconQrCode\Common\ErrorCorrectionLevel
Gets the error correction level.
doDecodeFormatInformation(integer $maskedFormatInfo1, integer $maskedFormatInfo2) : \BaconQrCode\Common\FormatInformation|null
Internal method for decoding format information.
integer | $maskedFormatInfo1 | |
integer | $maskedFormatInfo2 |
Loading…