A Sandcastle Documented Class Library
![]() | OneTagProgressArgs Class |
Arguments used to report progress by reader or tag during one tag read or write operations.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

The OneTagProgressArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | OneTagProgressArgs(Int32) | Creates progress arguments with a given total word count and the current time. |
![]() | OneTagProgressArgs(DateTime, Int32, Int32) | Creates progress arguments with a given total word count and including data from previous operations. |

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

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetCanceled | Sets the IsCanceled indication. |
![]() | SetComplete | Sets the IsComplete indication. |
![]() | ToString |
Returns a string that represents the current object
(Overrides ObjectToString.) |
![]() | UpdateProgress | Updates the progress from a tag response when available. |
