NurApiTagDataEx Class

Contains single tag inventoried information.

Definition

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

Remarks

Supported by the L2 (NUR05WL2) module. Used in combined inventory + read.

Constructors

NurApiTagDataExInitializes a new instance of the NurApiTagDataEx 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; Only valid when meta data is fetched.
channel Channel index where tag was found; Only valid when meta data is fetched.
dataLen Number of bytes stored in inventory read data field.
epc Tag EPC data. Multiplied by two since the EPC may be appended with inventory + read data.
epcLen Number of bytes stored in epc field
freq Frequency in kHz where tag was found; Only valid when meta data is fetched.
irData Tag inventory + read data.
pc Tag PC word; Only valid when meta data is fetched.
rssi Tag RSSI; Only valid when meta data is fetched.
scaledRssi Tag RSSI scaled to 0% - 100%; Only valid when meta data is fetched.
timestamp Timestamp when tag was found in milliseconds; Only valid when meta data is fetched.
xpc_w1 The possibly present XPC_W1.
xpc_w2 The possible present XPC_W2.

See Also