C# Class ZXing.QrCode.Internal.FormatInformation

Encapsulates a QR Code's format information, including the data mask used and error correction level.

Show file Open project: cyberh0me/OTP Class Usage Examples

Private Properties

Property Type Description
FormatInformation System
decodeFormatInformation FormatInformation
doDecodeFormatInformation FormatInformation
numBitsDiffering int

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
FormatInformation ( int formatInfo ) : System
decodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation

Decodes the format information.

doDecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
numBitsDiffering ( int a, int b ) : int

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int