TagResponse Class

TegoOS

TagResponse Class
Tag Response class represents collection of all response of operations, ran on the Tag
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2TagResponse

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class TagResponse : IEnumerable<OperationResponse>, 
	IEnumerable
Public Class TagResponse
	Implements IEnumerable(Of OperationResponse), IEnumerable
public ref class TagResponse : IEnumerable<OperationResponse^>, 
	IEnumerable
type TagResponse =  
    class
        interface IEnumerable<OperationResponse>
        interface IEnumerable
    end

The TagResponse type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAntenna
The antenna used to generate this response.
Public propertyCount
The number of operation responses provided by this tag response (may be less than number of operations if an operation failed).
Public propertyCRC
Gets the CRC word (null if not known).
Public propertyEPC
Gets the EPC in hex (excluding CRC and PC).
Public propertyFrequency
The frequency (Hz) used to generate this response. NaN if not known.
Public propertyItem
Gets the operation response for an individual operation.
Public propertyOperations
Gets the operation list executed to create this response.
Public propertyPC
Gets the PC word (null if not known).
Public propertyPhase
The phase (degrees) of this response. NaN if not known.
Public propertyResult
Result of first error encountered or OK if all operations succeeded.
Public propertyRssi
The peak RSSI (dBm) associated with this response. NaN if not known.
Public propertyTimesSeen
Gets or sets the number of times the tag has been seen (always 1 in asynchronous events).
Top
Methods
  NameDescription
Public methodAddOperationResponse
Used to assemble a tag response. Adds the operation response for an individual operation (will merge if operation has previously been executed).
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 methodGetEnumerator
Returns an enumerator that iterates through a collection of OperationResponse
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 methodToString
Returns a string that represents the current object
(Overrides ObjectToString.)
Top
See Also