OperationResponse Properties

TegoOS

OperationResponse Properties

The OperationResponse type exposes the following members.

Properties
  Name Description
Public property FailCount
The number of failed attempts to execute the operation.
Public property Operation
The operation that was executed to generate this response.
Public property ReadData
The data read from the tag as words (valid only for a successful read response).
Public property Result
The result of the operation that was executed to generate this response.
Public property SuccessCount
The number of successful attempts to execute the operation.
Public property WordCountWritten
Number of words that were written (write operations only).
Top
See Also