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. | |
Public Member Functions inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructuredOpenSystemStandard | |
| __init__ (self, MaxicodeModeEnum mode=MaxicodeModeEnum.MODE2, str year="", str postal_code="", str country_code="", str service_class="", str remaining_msg="") | |
Additional Inherited Members | |
Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructuredOpenSystemStandard | |
| mode = mode | |
| year = year | |
| postal_code = postal_code | |
| country_code = country_code | |
| service_class = service_class | |
| remaining_msg = remaining_msg | |
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.