C# 클래스 zxingwp7.qrcode.decoder.ErrorCorrectionLevel

See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.

파일 보기 프로젝트 열기: henningms/zxing2.0-wp7 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
H ErrorCorrectionLevel
L ErrorCorrectionLevel
M ErrorCorrectionLevel
Q ErrorCorrectionLevel

공개 메소드들

메소드 설명
ToString ( ) : String
forBits ( int bits ) : ErrorCorrectionLevel
ordinal ( ) : int

비공개 메소드들

메소드 설명
ErrorCorrectionLevel ( int ordinal, int bits, String name ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

forBits() 공개 정적인 메소드

public static forBits ( int bits ) : ErrorCorrectionLevel
bits int int containing the two bits encoding a QR Code's error correction level ///
리턴 ErrorCorrectionLevel

ordinal() 공개 메소드

public ordinal ( ) : int
리턴 int

프로퍼티 상세

H 공개적으로 정적으로 프로퍼티

H = ~30% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder H
리턴 ErrorCorrectionLevel

L 공개적으로 정적으로 프로퍼티

L = ~7% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder L
리턴 ErrorCorrectionLevel

M 공개적으로 정적으로 프로퍼티

M = ~15% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder M
리턴 ErrorCorrectionLevel

Q 공개적으로 정적으로 프로퍼티

Q = ~25% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder Q
리턴 ErrorCorrectionLevel