UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.PGL.BcdMaxicode.MaxicodeMsgStructured Class Reference

A class representing a structured Maxicode message. More...

Inheritance diagram for LabelMaker.PGL.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.
 
str data (self)
 The encoded data of the Maxicode message.
 

Additional Inherited Members

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

A class representing a structured Maxicode message.

This class inherits from AMaxicodeMsgStructured and provides functionality for initializing and accessing the data of a structured Maxicode message.

Constructor & Destructor Documentation

◆ __init__()

LabelMaker.PGL.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.

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.PGL.BcdMaxicode.MaxicodeMsgStructured.data ( self)

The encoded data of the Maxicode message.

Returns
A string representing the encoded Maxicode message.

Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsgStructured.


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