ReadResponse Class
From TegoOS
A Sandcastle Documented Class Library
| ReadResponse Class |
Encapsulates read operation response information
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
The ReadResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadResponse | Creates the response to a read operation. |
| Name | Description | |
|---|---|---|
| FailCount | The number of failed attempts to execute the operation. (Inherited from OperationResponse.) | |
| Operation | The operation that was executed to generate this response. (Inherited from OperationResponse.) | |
| ReadData | Data that was read by the operation. (Overrides OperationResponseReadData.) | |
| Result | The result of the operation that was executed to generate this response. (Inherited from OperationResponse.) | |
| SuccessCount | The number of successful attempts to execute the operation. (Inherited from OperationResponse.) | |
| WordCountWritten | Number of words that were written (write operations only). (Inherited from OperationResponse.) |
| 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.) | |
| ToString | Returns a string that represents the current object. (Overrides OperationResponseToString.) |