UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg Interface Reference

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

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg:
com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsg com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ GetPrimaryMsg()

String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.GetPrimaryMsg ( )

Primary Message, excluding the mode value, typically has a maximum of 9 characters.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.

◆ GetRemainingMsg()

String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.GetRemainingMsg ( )

Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.

◆ SetPrimaryMsg()

void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.SetPrimaryMsg ( String  primaryMsg)

◆ SetRemainingMsg()

void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.SetRemainingMsg ( String  remainingMsg)

The documentation for this interface was generated from the following file: