TagResponse Properties

TegoOS

TagResponse Properties

The TagResponse type exposes the following members.

Properties
  Name Description
Public property Antenna
The antenna used to generate this response.
Public property Count
The number of operation responses provided by this tag response (may be less than number of operations if an operation failed).
Public property CRC
Gets the CRC word (null if not known).
Public property EPC
Gets the EPC in hex (excluding CRC and PC).
Public property Frequency
The frequency (Hz) used to generate this response. NaN if not known.
Public property Item
Gets the operation response for an individual operation.
Public property Operations
Gets the operation list executed to create this response.
Public property PC
Gets the PC word (null if not known).
Public property Phase
The phase (degrees) of this response. NaN if not known.
Public property Result
Result of first error encountered or OK if all operations succeeded.
Public property Rssi
The peak RSSI (dBm) associated with this response. NaN if not known.
Public property TimesSeen
Gets or sets the number of times the tag has been seen (always 1 in asynchronous events).
Top
See Also