OneTagProgressArgs Class

TegoOS

OneTagProgressArgs Class
Arguments used to report progress by reader or tag during one tag read or write operations.
Inheritance Hierarchy
SystemObject  SystemEventArgs
    Tego.Rfid.Gen2OneTagProgressArgs

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class OneTagProgressArgs : EventArgs
Public Class OneTagProgressArgs
	Inherits EventArgs
public ref class OneTagProgressArgs : public EventArgs
type OneTagProgressArgs =  
    class
        inherit EventArgs
    end

The OneTagProgressArgs type exposes the following members.

Constructors
  NameDescription
Public methodOneTagProgressArgs(Int32)
Creates progress arguments with a given total word count and the current time.
Public methodOneTagProgressArgs(DateTime, Int32, Int32)
Creates progress arguments with a given total word count and including data from previous operations.
Top
Properties
  NameDescription
Public propertyAntenna
Gets the antenna that saw the tag. 0 if not seen.
Public propertyAttemptsSinceLastSeen
Gets the number of attempts over which the tag has consecutively not been seen.
Public propertyAttemptsSinceSuccess
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 propertyEpcHex
EPC of tag as hexadecimal.
Public propertyFrequency
Gets the frequency used to perform this operation. Double.NaN if not known.
Public propertyIsCanceled
Gets whether the operation is canceled.
Public propertyIsComplete
Gets whether the operation is complete.
Public propertyLastSeenTime
Gets the time (mS) that has elapsed between this update and when the tag was last seen.
Public propertyMessage
Gets the current message: likely what is being read.
Public propertyPhase
Gets the phase used to perform this operation. Double.NaN if not known.
Public propertyPreviousWordCount
Gets the word count completed in previous operations.
Public propertyReader
Gets the reader which attempted to access the tag.
Public propertyResult
Gets the result of last attempt to read or write the tag.
Public propertyRssi
Gets the received signal strength from the tag. NaN if not supported. NegativeInfinity if tag not seen.
Public propertyStartTime
Gets the time at which the operation (or previous operations) started.
Public propertyTotalWordCount
Gets the word count to be completed across all operations.
Public propertyWordCount
Gets the number of words completed by the current operation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCanceled
Sets the IsCanceled indication.
Public methodSetComplete
Sets the IsComplete indication.
Public methodToString
Returns a string that represents the current object
(Overrides ObjectToString.)
Public methodUpdateProgress
Updates the progress from a tag response when available.
Top
See Also