C# 클래스 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.

파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
getECBlocks ( ) : ECB[]

비공개 메소드들

메소드 설명
ECBlocks ( int ecCodewordsPerBlock, ECB ecBlocks ) : System
ECBlocks ( int ecCodewordsPerBlock, ECB ecBlocks1, ECB ecBlocks2 ) : System

메소드 상세

getECBlocks() 공개 메소드

public getECBlocks ( ) : ECB[]
리턴 ECB[]