ARfidWrite的基类。 更多...
Public 成员函数 | |
| __init__ (self, RfidMemBlockEnum mem_block=RfidMemBlockEnum.EPC, str data="") | |
| str | __str__ (self) |
| Subclasses should implement this method. | |
Public 属性 | |
| memory = mem_block | |
| password_type = RfidPasswordTypeEnum.NONE | |
| str | password = "" |
| data = data | |
| int | offset_from_start = 0 |
ARfidWrite的基类。
| LabelMaker.Interfaces.IRfid.ARfidWrite.__init__ | ( | self, | |
| RfidMemBlockEnum | mem_block = RfidMemBlockEnum.EPC, | ||
| str | data = "" ) |
| str LabelMaker.Interfaces.IRfid.ARfidWrite.__str__ | ( | self | ) |
Subclasses should implement this method.
子类应该实现此方法。
| LabelMaker.Interfaces.IRfid.ARfidWrite.data = data |
| LabelMaker.Interfaces.IRfid.ARfidWrite.memory = mem_block |
| int LabelMaker.Interfaces.IRfid.ARfidWrite.offset_from_start = 0 |
| str LabelMaker.Interfaces.IRfid.ARfidWrite.password = "" |
| LabelMaker.Interfaces.IRfid.ARfidWrite.password_type = RfidPasswordTypeEnum.NONE |