A Sandcastle Documented Class Library
![]() | TagResponse Class |
Tag Response class represents collection of all response of operations, ran on the Tag

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

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.

Name | Description | |
---|---|---|
![]() | TagResponse(IListOperation, String) |
Constructor
|
![]() | TagResponse(IListOperation, String, NullableUInt16, NullableUInt16, Int32, Double, Double, Double) | Constructor. |

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

Name | Description | |
---|---|---|
![]() | AddOperationResponse |
Used to assemble a tag response. Adds the operation response for an individual operation
(will merge if operation has previously been executed). |
![]() | 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.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection of OperationResponse
|
![]() | 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.) |
![]() | ToString |
Returns a string that represents the current object
(Overrides ObjectToString.) |
