OperationResponse Class
From TegoOS
A Sandcastle Documented Class Library
| OperationResponse Class |
Provides the response to an RFID operation.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
The OperationResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| OperationResponse | Creates a new response to an RFID operation. |
| Name | Description | |
|---|---|---|
| FailCount | The number of failed attempts to execute the operation. | |
| Operation | The operation that was executed to generate this response. | |
| ReadData | The data read from the tag as words (valid only for a successful read response). | |
| Result | The result of the operation that was executed to generate this response. | |
| SuccessCount | The number of successful attempts to execute the operation. | |
| WordCountWritten | Number of words that were written (write operations only). |
| 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 ObjectToString.) |