C# Class zxingwp7.qrcode.decoder.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.

Mostra file Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
getECBlocks ( ) : ECB[]

Private Methods

Method Description
ECBlocks ( int ecCodewordsPerBlock, ECB ecBlocks ) : System
ECBlocks ( int ecCodewordsPerBlock, ECB ecBlocks1, ECB ecBlocks2 ) : System

Method Details

getECBlocks() public method

public getECBlocks ( ) : ECB[]
return ECB[]