User's Manual

NXP_ChangeConfig Method
NXP_ChangeConfig Method (CAENRFIDTag, UInt16)
Description:
This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and
G2iM+ datasheet.
Parameters:
Name Description
Tag The CAENRFIDTag object representing the tag to select.
ConfigWord The Configuration word.
Syntax:
C# representation:
public void NXP_ChangeConfig(
CAENRFIDTag Tag,
ushort ConfigWord)
Java and Android representation:
public void NXP_ChangeConfig(
CAENRFIDTag Tag,
short ConfigWord)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_ChangeConfig(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
short ConfigWord,
char *TRData);
NXP_ChangeConfig Method (CAENRFIDTag, UInt16, Int32)
Description:
This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and
G2iM+ datasheet after having put it in Secured state using the Access Password.
Parameters:
Name Description
Tag The CAENRFIDTag object representing the tag to select.
ConfigWord The Configuration word.
Password The access password.
Syntax:
C# representation:
public void NXP_ChangeConfig(
CAENRFIDTag Tag,
ushort ConfigWord,
int Password)
Java and Android representation:
public void NXP_ChangeConfig(
CAENRFIDTag Tag,
short ConfigWord,
int Password)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_SecureChangeConfig(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
short ConfigWord,
char *TRData)
int SecurePassword);
CAEN RFID API – Reference Manual 47