TriggerReadData Class

Trigger read data after TriggerReadEvent event

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class TriggerReadData
Inheritance
Object    TriggerReadData

Constructors

TriggerReadDataInitializes a new instance of the TriggerReadData class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEpcString 
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

antennaID ID of antenna where tag was read.
epc Tag EPC data.
epcLen Number of bytes stored in epc field, zero if tag could not be found.
rssi Tag RSSI, -127 if tag could not be found.
scaledRssi Tag RSSI scaled to 0% - 100%.
sensor true if notification source is sensor, otherwise FALSE and source is GPIO.
source Sensor/GPIO source number. For accessory device buttons this is >=100

See Also