Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Attributes | List of all members
Impinj.OctaneSdk.TagReadOpResult Class Reference

Specialization of TagOpResult class that contains the results of an individual tag read operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event. More...

Inheritance diagram for Impinj.OctaneSdk.TagReadOpResult:
Impinj.OctaneSdk.TagOpResult

Public Attributes

TagData Data = new TagData()
 The data read from the tag. More...
 
TagData ReadData
 
ReadResultStatus Result
 The result of the tag read operation. More...
 
- Public Attributes inherited from Impinj.OctaneSdk.TagOpResult
ushort OpId
 The identifier of the tag operation that produced these results. More...
 
uint SequenceId
 The identifier of the tag operation sequence that contains this operation. More...
 
Tag Tag = new Tag()
 Details of the individual tag on which the operation was performed More...
 

Detailed Description

Specialization of TagOpResult class that contains the results of an individual tag read operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.

Member Data Documentation

TagData Impinj.OctaneSdk.TagReadOpResult.Data = new TagData()

The data read from the tag.

TagData Impinj.OctaneSdk.TagReadOpResult.ReadData

ReadResultStatus Impinj.OctaneSdk.TagReadOpResult.Result

The result of the tag read operation.