C# 클래스 zxingwp7.common.DecoderResult

Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.

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

공개 메소드들

메소드 설명
DecoderResult ( sbyte rawBytes, String text, List byteSegments, ErrorCorrectionLevel ecLevel ) : System

메소드 상세

DecoderResult() 공개 메소드

public DecoderResult ( sbyte rawBytes, String text, List byteSegments, ErrorCorrectionLevel ecLevel ) : System
rawBytes sbyte
text String
byteSegments List
ecLevel zxingwp7.qrcode.decoder.ErrorCorrectionLevel
리턴 System