UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured Class Reference
Inheritance diagram for LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured:
LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsgStructured LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData

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 Member Functions inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured
 __init__ (self, MaxicodeModeEnum mode=MaxicodeModeEnum.MODE2, str postal_code="", str country_code="", str service_class="", str remaining_msg="")
 

Additional Inherited Members

- Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured
 mode = mode
 
 postal_code = postal_code
 
 country_code = country_code
 
 service_class = service_class
 
 remaining_msg = remaining_msg
 

Detailed Description

@~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

Constructor & Destructor Documentation

◆ __init__()

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.

Parameters
modeThe mode of the Maxicode.
postal_codeThe postal code to be encoded.
country_codeThe country code to be encoded.
service_classThe service class to be encoded.
remaining_msgThe remaining message to be encoded.

Member Function Documentation

◆ data()

str LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.data ( self)

Constructs the Maxicode data string based on the structured format.

Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.


The documentation for this class was generated from the following file: