C# Class ZXing.QrCode.Internal.Version

See ISO 18004:2006 Annex D
Afficher le fichier Open project: cyberh0me/OTP Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : String
getECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
getProvisionalVersionForDimension ( int dimension ) : Version

Deduces version information purely from QR Code dimensions.

getVersionForNumber ( int versionNumber ) : Version

Private Methods

Méthode Description
Version ( int versionNumber, int alignmentPatternCenters ) : System
buildFunctionPattern ( ) : BitMatrix

See ISO 18004:2006 Annex E

buildVersions ( ) : Version[]

See ISO 18004:2006 6.5.1 Table 9

decodeVersionInformation ( int versionBits ) : Version

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

getECBlocksForLevel() public méthode

public getECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
ecLevel ErrorCorrectionLevel
Résultat ECBlocks

getProvisionalVersionForDimension() public static méthode

Deduces version information purely from QR Code dimensions.

public static getProvisionalVersionForDimension ( int dimension ) : Version
dimension int dimension in modules ///
Résultat Version

getVersionForNumber() public static méthode

public static getVersionForNumber ( int versionNumber ) : Version
versionNumber int
Résultat Version