This only applies for Mode 2 or 3. More...
Public Member Functions | |
| __init__ (self, MaxicodeModeEnum mode=MaxicodeModeEnum.MODE2, str postal_code="", str country_code="", str service_class="", str remaining_msg="") | |
| str | data (self) |
| Constructs the Maxicode data string based on the structured format. | |
Public Attributes | |
| mode | |
| postal_code | |
| country_code | |
| service_class | |
| remaining_msg | |
Additional Inherited Members | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsgStructured | |
| str | postal_code |
| str | country_code |
| str | service_class |
| str | remaining_msg |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData | |
| MaxicodeModeEnum | mode |
This only applies for Mode 2 or 3.
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.__init__ | ( | self, | |
| MaxicodeModeEnum | mode = MaxicodeModeEnum.MODE2, | ||
| str | postal_code = "", | ||
| str | country_code = "", | ||
| str | service_class = "", | ||
| str | remaining_msg = "" ) |
| str LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.data | ( | self | ) |
Constructs the Maxicode data string based on the structured format.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData.
Reimplemented in LabelMaker.PGL.BcdMaxicode.MaxicodeMsgStructured, and LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.country_code |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.mode |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.postal_code |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.remaining_msg |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.service_class |