User's Manual

LockTag_ISO180006B Method
Description:
This method can be used to lock a byte in the memory of a ISO18000-6B tag.
Parameters:
Name Description
Tag The CAENRFIDTag representing the tag to be locked.
Address The byte's address to lock.
Syntax:
C# representation:
public void LockTag_ISO180006B(
CAENRFIDTag Tag,
short Address)
Java and Android representation:
public void LockTag_ISO180006B(
CAENRFIDTag Tag,
short Address)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_LockTag_ISO180006B(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
short Address);
NXP_ChangeEAS Method
Description:
This method can be used to issue a ChangeEAS 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.
EAS A boolean representing the EAS state to set.
AccessPassword The access password.
Syntax:
C# representation:
public void NXP_ChangeEAS(
CAENRFIDTag Tag,
bool EAS,
int AccessPassword)
Java and Android representation:
public void NXP_ChangeEAS(
CAENRFIDTag Tag,
boolean EAS,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_SecureChangeEAS(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
char EAS,
int AccessPassword);
CAEN RFID API – Reference Manual 43