C# Class ZXing.QrCode.Internal.Version.ECBlocks

Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.

Afficher le fichier Open project: cyberh0me/OTP Class Usage Examples

Méthodes publiques

Méthode Description
getECBlocks ( ) : ECB[]

Private Methods

Méthode Description
ECBlocks ( int ecCodewordsPerBlock ) : System

Method Details

getECBlocks() public méthode

public getECBlocks ( ) : ECB[]
Résultat ECB[]