CodeGlyphX logo
CodeGlyphX

API Reference

Class

MaxiCodeDecoder

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers static

Decodes exact sampled MaxiCode module grids with Reed–Solomon correction.

Inheritance

  • Object
  • MaxiCodeDecoder

Methods

public static Boolean TryDecode(BitMatrix modules, out String text) #
Returns: Boolean

Attempts to decode a MaxiCode grid and return only its secondary text message.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
text System.String@ requiredposition: 1
public static Boolean TryDecodeDetailed(BitMatrix modules, out MaxiCodeDecoded decoded) #
Returns: Boolean

Attempts to decode a 30 by 33 MaxiCode module grid.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
decoded CodeGlyphX.MaxiCodeDecoded@ requiredposition: 1