RFID 讀取屬性。 更多...
公開方法(Public Methods) | |
String | GetAesKey () |
可選的 16 位元組十六進制字串 AES 金鑰,從左至右順序排列,從位元組 0 到位元組 15。 更多... | |
int | GetBitCountTotal () |
指定將訪問的記憶體區塊的總位數,從偏移位置開始。 | |
PGL.Rfid_MemBlock | GetMemoryBlock () |
可選的記憶體區塊選擇。若未設置,則使用 EPC 記憶體區塊。 | |
int | GetOffsetFromStart () |
若訪問的記憶體區塊不是起始位置,則可選擇性設置偏移量。 | |
String | GetPermaUnLockPW () |
支援永久解鎖的標籤的可選密碼。密碼通常為十六進制格式,範圍為 "1" 到 "FFFFFFFF"。 | |
PGL.Rfid_Format | GetPWFormat () |
用於解鎖或永久解鎖的密碼字串的可選格式。若未指定,則使用十六進制格式。 | |
String | GetUnlockPW () |
支援鎖定的標籤的可選解鎖密碼。密碼通常為十六進制格式,範圍為 "1" 到 "FFFFFFFF"。 | |
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) |
RFID 讀取屬性。
String GetAesKey | ( | ) |
可選的 16 位元組十六進制字串 AES 金鑰,從左至右順序排列,從位元組 0 到位元組 15。
16 位元組十六進制字串預期有 32 個字符,每個位元組包含 2 個字符(0-9,A-F 字符)。