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.

Показать файл Открыть проект

Открытые методы

Метод Описание
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