Class MaxiCodeStructuredSecondMessage

MaxiCodeStructuredSecondMessage class

Class for encoding and decoding structured second message for MaxiCode barcode.

public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessage

Constructors

NameDescription
MaxiCodeStructuredSecondMessage()The default constructor.

Properties

NameDescription
Identifiers { get; }Gets identifiers list
Year { get; set; }Gets or sets year. Year must be 2 digit integer value.

Methods

NameDescription
Add(string)Adds new identifier
Clear()Clear identifiers list
override Equals(object)Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value.
override GetHashCode()Returns the hash code for this instance.
override GetMessage()Gets constructed second message

See Also