A class representing a Maxicode message for TSPL. More...
Public Member Functions | |
__init__ (self, MaxicodeModeEnum mode, str primary_msg, str remaining_msg) | |
Initializes a new instance of the MaxicodeMsg class with the specified mode, primary message, and remaining message. | |
![]() | |
str | data (self) |
Constructs the Maxicode data string for free form message modes. | |
Public Attributes | |
mode | |
primary_msg | |
remaining_msg | |
![]() | |
mode | |
primary_msg | |
remaining_msg | |
Additional Inherited Members | |
![]() | |
str | primary_msg |
str | remaining_msg |
![]() | |
MaxicodeModeEnum | mode |
A class representing a Maxicode message for TSPL.
This class inherits from AMaxicodeMsg and provides functionality for initializing and managing Maxicode messages in TSPL.
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsg.__init__ | ( | self, | |
MaxicodeModeEnum | mode, | ||
str | primary_msg, | ||
str | remaining_msg ) |
Initializes a new instance of the MaxicodeMsg class with the specified mode, primary message, and remaining message.
mode | The mode of the Maxicode. |
primary_msg | The primary message to be encoded. |
remaining_msg | The remaining message to be encoded. |
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg.
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsg.mode |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsg.primary_msg |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsg.remaining_msg |