Is it possible to Unlock an RFID TAG ?
I use the standard function " STUHFL_T_RET_CODE Gen2_Lock(STUHFL_T_Gen2_Lock *lockData) " to Lock a Tag, But now I wanted to unlock the same Tag and following the standards information in Gen2 protocol Like the pictures below, I try using the same function but with a different "mask" but don't obtain a successful.
Is It possible to Unlock a Tag? Can you send a Mask to Unlock all Fields in one Tag?
Mask to Lock: FFFFFh.
Mask to Unlock: FFC0h.
https://www.gs1.org/sites/default/files/docs/epc/Gen2_Protocol_Standard.pdf

