UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.PGL.BcdMaxicode.MaxicodeMsg类 参考

表示Maxicode讯息的类。 更多...

类 LabelMaker.PGL.BcdMaxicode.MaxicodeMsg 继承关系图:
LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsg LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData

Public 成员函数

 __init__ (self, MaxicodeModeEnum mode, str primary_msg, str remaining_msg)
 初始化 MaxicodeMsg 类的新实例。
 
str data (self)
 Maxicode讯息的编码数据。
 

Protected 属性

 _mode
 
 _primary_msg
 
 _remaining_msg
 

额外继承的成员函数

- Public 属性 继承自 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg
 mode
 
 primary_msg
 
 remaining_msg
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeMsg
str primary_msg
 
str remaining_msg
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeData
MaxicodeModeEnum mode
 

详细描述

表示Maxicode讯息的类。

此类继承自AMaxicodeMsg并提供用于初始化和访问Maxicode讯息数据的功能。

构造及析构函数说明

◆ __init__()

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.__init__ ( self,
MaxicodeModeEnum mode,
str primary_msg,
str remaining_msg )

初始化 MaxicodeMsg 类的新实例。

参数
modeMaxicode的模式。
primary_msg要编码的主要讯息。
remaining_msg要编码的剩余讯息。

重载 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg .

成员函数说明

◆ data()

str LabelMaker.PGL.BcdMaxicode.MaxicodeMsg.data ( self)

Maxicode讯息的编码数据。

返回
包含编码的Maxicode讯息数据的字符串。

重载 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeMsg .

类成员变量说明

◆ _mode

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._mode
protected

◆ _primary_msg

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._primary_msg
protected

◆ _remaining_msg

LabelMaker.PGL.BcdMaxicode.MaxicodeMsg._remaining_msg
protected

该类的文档由以下文件生成: