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

파일 보기 프로젝트 열기: cyberh0me/OTP 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ECBlocks ( int ecCodewordsPerBlock ) : System

메소드 상세

getECBlocks() 공개 메소드

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