User's Manual

NXP_ReadProtect Method (CAENRFIDTag, Int32)
Description:
This method can be used to issue a ReadProtect custom command as defined by the NXP G2XM and G2XL datasheet
after having put it in Secured state using the Access command.
Parameters:
Name Description
Tag The CAENRFIDTag object representing the tag to select.
AccessPassword The access password.
Syntax:
C# representation:
public void NXP_ReadProtect(
CAENRFIDTag Tag,
int AccessPassword)
Java and Android representation:
public void NXP_ReadProtect(
CAENRFIDTag Tag,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_SecureReadProtect(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
int AccessPassword);
NXP_ResetReadProtect Method
Description:
This method can be used to issue a ResetReadProtect custom command as defined by the NXP G2XM and G2XL
datasheet.
Parameters:
Name Description
Tag The CAENRFIDTag object representing the tag to reset the read protection.
Password The ReadProtect password.
Syntax:
C# representation:
public void NXP_ResetReadProtect(
CAENRFIDTag Tag,
int Password)
Java and Android representation:
public void NXP_ResetReadProtect(
CAENRFIDTag Tag,
int Password)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_ResetReadProtect(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
int Password);
CAEN RFID API – Reference Manual46