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

Exibir arquivo Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
DecoderResult ( sbyte rawBytes, String text, List byteSegments, ErrorCorrectionLevel ecLevel ) : System

Method Details

DecoderResult() public method

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