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 with the specified mode, postal code, country code, service class, and remaining message. | |
str | data (self) |
Constructs the Maxicode data string based on the structured format. | |
Public Attributes | |
mode | |
postal_code | |
country_code | |
service_class | |
remaining_msg | |
![]() | |
mode | |
postal_code | |
country_code | |
service_class | |
remaining_msg | |
Additional Inherited Members | |
![]() | |
str | postal_code |
str | country_code |
str | service_class |
str | remaining_msg |
![]() | |
MaxicodeModeEnum | mode |
@~English @brief A class representing a structured Maxicode message for TSPL. This class inherits from AMaxicodeMsgStructured and provides functionality for initializing and accessing the data of a structured Maxicode message in TSPL. @~Chinese @brief 表示 TSPL 中结构化 Maxicode 消息的类。 此类继承自 AMaxicodeMsgStructured 并提供在 TSPL 中初始化和访问结构化 Maxicode 消息数据的功能。 @~Chinese-Traditional @brief 表示 TSPL 中結構化 Maxicode 消息的類。 此類繼承自 AMaxicodeMsgStructured 並提供在 TSPL 中初始化和訪問結構化 Maxicode 消息數據的功能。 @ingroup TSPL
LabelMaker.TSPL.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 with the specified mode, postal code, country code, service class, and remaining message.
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.TSPL.BcdMaxicode.MaxicodeMsgStructured.data | ( | self | ) |
Constructs the Maxicode data string based on the structured format.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.country_code |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.mode |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.postal_code |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.remaining_msg |
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.service_class |