UniPRT SDK  v1.0.0.0
Rfid_ReadProperties Class Reference

RFID read properties. More...

Public Member Functions

String GetAesKey ()
 Optional 16 byte hex string AES KEY in left to right byte 0 to byte 15 order. More...
 
int GetBitCountTotal ()
 Specify the total bits in memory bank that will accessed. Starting at the offset.
 
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 GetPermaUnLockPW ()
 Optional PERMAUNLOCK 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 UNLOCK or PERMAUNLOCK. If not specified, Hex format is used.
 
String GetUnlockPW ()
 Optional UNLOCK password for tags that support locking it. Password typically in hex format in "1" to "FFFFFFFF" range.
 
void SetAesKey (String aesKey)
 
void SetBitCountTotal (int bitCountTotal)
 
void SetMemoryBlock (PGL.Rfid_MemBlock memoryBlock)
 
void SetOffsetFromStart (int offsetFromStart)
 
void SetPermaUnLockPW (String permaUnLockPW)
 
void SetPWFormat (PGL.Rfid_Format pwFormat)
 
void SetUnlockPW (String unlockPW)
 

Detailed Description

RFID read properties.

Member Function Documentation

◆ GetAesKey()

String GetAesKey ( )

Optional 16 byte hex string AES KEY in left to right byte 0 to byte 15 order.

32 characters expected at 2 characters per byte for 16 byte hex string (0-9, A-F characters).