UniPRT SDK v1.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 Attributes

 mode
 
 postal_code
 
 country_code
 
 service_class
 
 remaining_msg
 
- Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured
 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
 

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.

Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.

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.

Member Data Documentation

◆ country_code

LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.country_code

◆ mode

LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.mode

◆ postal_code

LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.postal_code

◆ remaining_msg

LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.remaining_msg

◆ service_class

LabelMaker.TSPL.BcdMaxicode.MaxicodeMsgStructured.service_class

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