Table of Contents

Class ErrorCorrection

Namespace
ZXing.Datamatrix.Encoder
Assembly
zxing.dll

Error Correction Code for ECC200.

public static class ErrorCorrection
Inheritance
ErrorCorrection
Inherited Members

Methods

encodeECC200(string, SymbolInfo)

Creates the ECC200 error correction for an encoded message.

public static string encodeECC200(string codewords, SymbolInfo symbolInfo)

Parameters

codewords string

The codewords.

symbolInfo SymbolInfo

information about the symbol to be encoded

Returns

string

the codewords with interleaved error correction.