UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.PGL.BcdMaxicode.MaxicodeMsg Class Reference

A class representing a Maxicode message. More...

Inheritance diagram for LabelMaker.PGL.BcdMaxicode.MaxicodeMsg:
LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsg LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData

Public Member Functions

 __init__ (self, MaxicodeModeEnum mode, str primary_msg, str remaining_msg)
 Initializes a new instance of the MaxicodeMsg class.
 
str data (self)
 The encoded data of the Maxicode message.
 

Protected Attributes

 _mode
 
 _primary_msg
 
 _remaining_msg
 

Additional Inherited Members

- Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg
 mode
 
 primary_msg
 
 remaining_msg
 
- Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsg
str primary_msg
 
str remaining_msg
 
- Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData
MaxicodeModeEnum mode
 

Detailed Description

A class representing a Maxicode message.

This class inherits from AMaxicodeMsg and provides functionality for initializing and accessing the data of a Maxicode message.

Constructor & Destructor Documentation

◆ __init__()

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.__init__ ( self,
MaxicodeModeEnum mode,
str primary_msg,
str remaining_msg )

Initializes a new instance of the MaxicodeMsg class.

Parameters
modeThe mode of the Maxicode.
primary_msgThe primary message to be encoded.
remaining_msgThe remaining message to be encoded.

Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg.

Member Function Documentation

◆ data()

str LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.data ( self)

The encoded data of the Maxicode message.

Returns
A string containing the encoded data of the Maxicode message.

Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg.

Member Data Documentation

◆ _mode

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._mode
protected

◆ _primary_msg

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._primary_msg
protected

◆ _remaining_msg

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._remaining_msg
protected

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