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 | |
| year | |
| postal_code | |
| country_code | |
| service_class | |
| remaining_msg | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsgStructuredOpenSystemStandard | |
| str | postal_code |
| str | country_code |
| str | service_class |
| str | year |
| str | remaining_msg |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData | |
| 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.