TFormatInformation.decodeFormatInformation Method

Decodes the format information.

Unit: ZXing.QrCode.Internal.FormatInformation
class function decodeFormatInformation(const maskedFormatInfo1: Integer; const maskedFormatInfo2: Integer): TFormatInformation

Parameters

maskedFormatInfo1
Type: System.Integer

format info indicator, with mask still applied

maskedFormatInfo2
Type: System.Integer

The masked format info2.

Return Value

information about the format it specifies, or

null
if doesn't seem to match any known pattern