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 | |
![]() | |
mode | |
primary_msg | |
remaining_msg | |
![]() | |
str | primary_msg |
str | remaining_msg |
![]() | |
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 |