UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg Class Referenceabstract

This is for modes with free form message. Does not apply to Mode 2 or 3. More...

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

Public Member Functions

String GetData ()
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode. More...
 
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 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)
 

Protected Member Functions

 AMaxicodeMsg ()
 
 AMaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg)
 

Private Attributes

MaxicodeModeEnum mode
 
String primaryMsg
 
String remainingMsg
 

Detailed Description

This is for modes with free form message. Does not apply to Mode 2 or 3.

Constructor & Destructor Documentation

◆ AMaxicodeMsg() [1/2]

com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.AMaxicodeMsg ( )
protected

◆ AMaxicodeMsg() [2/2]

com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.AMaxicodeMsg ( MaxicodeModeEnum  mode,
String  primaryMsg,
String  remainingMsg 
)
protected

Member Function Documentation

◆ GetData()

String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetData ( )

The barcode data that includes the primary message + secondary messages to be encoded in the barcode.

Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.

References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.primaryMsg, and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.remainingMsg.

◆ GetMode()

MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetMode ( )

The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.

Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.

References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.mode.

◆ GetPrimaryMsg()

String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetPrimaryMsg ( )

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

Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.

References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.primaryMsg.

◆ GetRemainingMsg()

String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetRemainingMsg ( )

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

Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.

References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.remainingMsg.

◆ SetMode()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetMode ( MaxicodeModeEnum  mode)

◆ SetPrimaryMsg()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetPrimaryMsg ( String  primaryMsg)

◆ SetRemainingMsg()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetRemainingMsg ( String  remainingMsg)

Member Data Documentation

◆ mode

◆ primaryMsg

◆ remainingMsg


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