Class Events.AntennaEventData
Contains the Antenna Event Data. Specifies the antenna ID and its connected status
Inheritance
System.Object
Events.AntennaEventData
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 AntennaEventData
Properties
AntennaEvent
Indicates whether the Antenna is connected/disconnected.
Declaration
public ANTENNA_EVENT_TYPE AntennaEvent { get; }
Property Value
| Type | Description |
|---|---|
| ANTENNA_EVENT_TYPE |
AntennaID
Antenna on which the event was triggered.
Declaration
public ushort AntennaID { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |