ARfidWrite的基類。 更多...
公開方法(Public Methods) | |
| __init__ (self, RfidMemBlockEnum mem_block=RfidMemBlockEnum.EPC, str data="") | |
| str | __str__ (self) |
| Subclasses should implement this method. | |
公開屬性 | |
| 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 |