UniPRT SDK  v1.0.0.0
IMaxicodeMsg Interface Reference

Maxicode barcode data. Does not apply to Mode 2 or 3. More...

Inheritance diagram for IMaxicodeMsg:
IMaxicodeData AMaxicodeMsg MaxicodeMsg MaxicodeMsg

Public Member Functions

String GetData ()
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
 
MaxicodeModeEnum GetMode ()
 The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
 
String GetPrimaryMsg ()
 Primary Message, excluding the mode value, typically has a maximum of 9 characters.
 
String GetRemainingMsg ()
 Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
 
void SetMode (MaxicodeModeEnum mode)
 
void SetPrimaryMsg (String primaryMsg)
 
void SetRemainingMsg (String remainingMsg)
 

Detailed Description

Maxicode barcode data. Does not apply to Mode 2 or 3.