Class Events.NXPEASAlarmEventData
Gives the ID of the antenna which found an NXP tag with EAS bit set during EAS Scanning Also gives the alarm code returned by the tag during EAS scanning
Inheritance
System.Object
Events.NXPEASAlarmEventData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class NXPEASAlarmEventData
Properties
AlarmCode
Alarm code returned by the NXP tag during EAS scanning
Declaration
public ulong AlarmCode { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
AntennaID
Antenna that communicated with the NXP tag
Declaration
public ushort AntennaID { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |