A class representing a Maxicode message. More...
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 |
A class representing a Maxicode message.
This class inherits from AMaxicodeMsg and provides functionality for initializing and accessing the data of a Maxicode message.
| LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.__init__ | ( | self, | |
| MaxicodeModeEnum | mode, | ||
| str | primary_msg, | ||
| str | remaining_msg ) |
Initializes a new instance of the MaxicodeMsg class.
| 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.
| str LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.data | ( | self | ) |
The encoded data of the Maxicode message.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg.
|
protected |
|
protected |
|
protected |