Data representing the reading of an RFID tag
| C# | Visual Basic | Visual C++ |
public class TagReadData
Public Class TagReadData
public ref class TagReadData
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| TagReadData()()() | Initializes a new instance of the TagReadData class | |
| Antenna |
[1-based] numeric identifier of antenna that tag was read on
| |
| Data |
Read Data Bytes
| |
| Epc |
EPC of tag
| |
| EPCMemData |
Read EPC Bank Data Bytes
| |
| EpcString |
EPC of tag, as human-readable string
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Frequency |
Frequency at which the tag was read.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GPIO |
GPIO value when tag was read
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| metaDataFlags |
This metaDataFlags field is used to retrieve the metadata information
from the tagreaddata object.
| |
| Phase |
Phase when tag was read
| |
| prd |
An abstract class which can be extended for specific protocol.
Currently Gen2TagReadData for Gen2 protocol
| |
| ReadCount |
Number of times the Tag was read.
| |
| Reader |
Reader when tag was read
| |
| RESERVEDMemData |
Read Reserved Bank Data Bytes
| |
| Rssi |
RSSI units
| |
| Tag |
Tag that was read
| |
| TIDMemData |
Read Tid Bank Data Bytes
| |
| Time |
Time when tag was read
| |
| ToString()()() |
Human-readable representation
(Overrides Object.ToString()()().) | |
| USERMemData |
Read User Bank Data Bytes
|
| Object | |
| TagReadData | |