A class representing a structured Maxicode message. More...
Public Member Functions | |
__init__ (self, MaxicodeModeEnum mode, str postal_code, str country_code, str service_class, str remaining_msg) | |
Initializes a new instance of the MaxicodeMsgStructured class. | |
str | data (self) |
The encoded data of the Maxicode message. | |
Additional Inherited Members | |
![]() | |
mode | |
postal_code | |
country_code | |
service_class | |
remaining_msg | |
![]() | |
str | postal_code |
str | country_code |
str | service_class |
str | remaining_msg |
![]() | |
MaxicodeModeEnum | mode |
A class representing a structured Maxicode message.
This class inherits from AMaxicodeMsgStructured and provides functionality for initializing and accessing the data of a structured Maxicode message.
LabelMaker.PGL.BcdMaxicode.MaxicodeMsgStructured.__init__ | ( | self, | |
MaxicodeModeEnum | mode, | ||
str | postal_code, | ||
str | country_code, | ||
str | service_class, | ||
str | remaining_msg ) |
Initializes a new instance of the MaxicodeMsgStructured class.
mode | The mode of the Maxicode. |
postal_code | The postal code to be encoded. |
country_code | The country code to be encoded. |
service_class | The service class to be encoded. |
remaining_msg | The remaining message to be encoded. |
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.
str LabelMaker.PGL.BcdMaxicode.MaxicodeMsgStructured.data | ( | self | ) |
The encoded data of the Maxicode message.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.