OneTagProgressArgs Properties

TegoOS

OneTagProgressArgs Properties

The OneTagProgressArgs type exposes the following members.

Properties
  Name Description
Public property Antenna
Gets the antenna that saw the tag. 0 if not seen.
Public property AttemptsSinceLastSeen
Gets the number of attempts over which the tag has consecutively not been seen.
Public property AttemptsSinceSuccess
Gets the number of attempts in which the tag has consecutively failed to read or write new data. Tag not seen is not considered an attempt.
Public property EpcHex
EPC of tag as hexadecimal.
Public property Frequency
Gets the frequency used to perform this operation. Double.NaN if not known.
Public property IsCanceled
Gets whether the operation is canceled.
Public property IsComplete
Gets whether the operation is complete.
Public property LastSeenTime
Gets the time (mS) that has elapsed between this update and when the tag was last seen.
Public property Message
Gets the current message: likely what is being read.
Public property Phase
Gets the phase used to perform this operation. Double.NaN if not known.
Public property PreviousWordCount
Gets the word count completed in previous operations.
Public property Reader
Gets the reader which attempted to access the tag.
Public property Result
Gets the result of last attempt to read or write the tag.
Public property Rssi
Gets the received signal strength from the tag. NaN if not supported. NegativeInfinity if tag not seen.
Public property StartTime
Gets the time at which the operation (or previous operations) started.
Public property TotalWordCount
Gets the word count to be completed across all operations.
Public property WordCount
Gets the number of words completed by the current operation.
Top
See Also