RFID API Documentation  1.0
Reference guide for RFID API
NXP_EAS_ALARM_DATA Struct Reference

This struct contains data associated with an NXP_EAS_ALARM_EVENT; It contains the antenna ID which "saw" an NXP tag with it's EAS bit set and also the Alarm code returned by the NXP tag during NXP_EAS_SCAN. More...

Data Fields

UINT64 alarmCode
 Alarm code returned by the NXP tag
More...
 
UINT16 antennaID
 Antenna ID which "saw" an NXP tag with it's EAS bit set. More...
 
LPVOID lpReserved [4]
 Reserved for future use. More...
 

Detailed Description

This struct contains data associated with an NXP_EAS_ALARM_EVENT; It contains the antenna ID which "saw" an NXP tag with it's EAS bit set and also the Alarm code returned by the NXP tag during NXP_EAS_SCAN.

Field Documentation

◆ alarmCode

UINT64 NXP_EAS_ALARM_DATA::alarmCode

Alarm code returned by the NXP tag

◆ antennaID

UINT16 NXP_EAS_ALARM_DATA::antennaID

Antenna ID which "saw" an NXP tag with it's EAS bit set.

◆ lpReserved

LPVOID NXP_EAS_ALARM_DATA::lpReserved[4]

Reserved for future use.