A class representing a Maxicode message structured according to the Open System Standard. More...
Public Member Functions | |
str | data (self) |
Returns the encoded data of the Maxicode message. | |
![]() | |
__init__ (self, MaxicodeModeEnum mode=MaxicodeModeEnum.MODE2, str year="", str postal_code="", str country_code="", str service_class="", str remaining_msg="") | |
Additional Inherited Members | |
![]() | |
mode | |
year | |
postal_code | |
country_code | |
service_class | |
remaining_msg | |
![]() | |
str | postal_code |
str | country_code |
str | service_class |
str | year |
str | remaining_msg |
![]() | |
MaxicodeModeEnum | mode |
A class representing a Maxicode message structured according to the Open System Standard.
This class inherits from AMaxicodeMsgStructuredOpenSystemStandard and provides functionality for accessing the data of a Maxicode message structured according to the Open System Standard.
str LabelMaker.PGL.BcdMaxicode.MaxicodeMsgStructuredOpenSystemStandard.data | ( | self | ) |
Returns the encoded data of the Maxicode message.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructuredOpenSystemStandard.