RFID write properties. More...
Public Member Functions | |
int | GetBitCountTotal () |
Specify the total bits in memory bank that will be 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 accessing specific bits in the PC memory block. | |
PGL.Rfid_MemBlock | GetMemoryBlock () |
Optional memory block selection. If not set, EPC memory block is used. | |
int | GetOffsetFromStart () |
Optional offset if access to memory 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. | |
PGL.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 (PGL.Rfid_MemBlock memoryBlock) |
void | SetOffsetFromStart (int offsetFromStart) |
void | SetPermaLockPW (String permaLockPW) |
void | SetPWFormat (PGL.Rfid_Format pwFormat) |
RFID write properties.