User's Manual

CLASSES DESCRIPTION - CAEN RFID API Reference Manual 42
NXP_EAS_Alarm Method
Description:
This method can be used to issue a EAS_Alarm custom command as defined by the NXP G2XM and G2XL datasheet.
Return value:
An array of bytes representing the EAS Code.
Syntax:
C# representation:
public byte[] NXP_EAS_Alarm()
Java and Android representation:
public byte[] NXP_EAS_Alarm()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_EAS_Alarm(
CAENRFIDHandle handle,
char *TRData);
NXP_ReadProtect Method
NXP_ReadProtect Method (CAENRFIDTag)
Description:
This method can be used to issue a ReadProtect custom command as defined by the NXP G2XM and G2XL datasheet.
Parameters:
Name
Description
Tag
The CAENRFIDTag object representing the tag to select.
Syntax:
C# representation:
public void NXP_ReadProtect(
CAENRFIDTag Tag)
Java and Android representation:
public void NXP_ReadProtect(
CAENRFIDTag Tag)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_NXP_ReadProtect(
CAENRFIDHandle handle,
CAENRFIDTag *Tag);