NurApiTraceTagData Class

Trace tag data after TraceTagEvent event

Definition

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

Constructors

NurApiTraceTagDataInitializes a new instance of the NurApiTraceTagData class

Methods

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

Fields

antennaID Antenna ID where tag was found.
epc Traced tag EPC data.
epcLen Number of bytes stored in epc field.
epcStr EPC as string
rssi Tag RSSI, -127 if tag could not be found.
scaledRssi Tag RSSI scaled to 0% - 100%.

See Also