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. | |
Public Member Functions inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg | |
| __init__ (self, MaxicodeModeEnum mode=MaxicodeModeEnum.MODE4, str primary_msg="", str remaining_msg="") | |
| str | data (self) |
| Constructs the Maxicode data string for free form message modes. | |
Additional Inherited Members | |
Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg | |
| mode = mode | |
| primary_msg = primary_msg | |
| remaining_msg = remaining_msg | |
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. |