RFID write properties. More...
Public Member Functions | |
| int | GetBitCountTotal () |
| Specify the total bits in memory bank that will accessed. Starting at the offset. | |
| String | GetLockPW () |
| Optional LOCK password for tags that support locking it. Password typically in hex format in "1" to "FFFFFFFF" range. | |
| String | GetMask () |
| Optional 2 byte hex mask to use when for access to specific bits when accessing PC memory block. | |
| TSPL.Rfid_MemBlock | GetMemoryBlock () |
| Optional memory block selection. If not set, EPC memory block is used. | |
| int | GetOffsetFromStart () |
| Optional offset if access to memory that that is not the starting position. | |
| String | GetPermaLockPW () |
| Optional PERMALOCK password for tags that support it. Password typically in hex format in "1" to "FFFFFFFF" range. | |
| TSPL.Rfid_Format | GetPWFormat () |
| Optional format of password string for LOCK or PERMALOCK. If not specified, Hex format is used. | |
| void | SetBitCountTotal (int bitCountTotal) |
| void | SetLockPW (String lockPW) |
| void | SetMask (String mask) |
| void | SetMemoryBlock (TSPL.Rfid_MemBlock memoryBlock) |
| void | SetOffsetFromStart (int offsetFromStart) |
| void | SetPermaLockPW (String permaLockPW) |
| void | SetPWFormat (TSPL.Rfid_Format pwFormat) |
RFID write properties.