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

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

Inheritance diagram for Impinj.OctaneSdk.TagOpResult:
Impinj.OctaneSdk.TagBlockPermalockOpResult Impinj.OctaneSdk.TagKillOpResult Impinj.OctaneSdk.TagLockOpResult Impinj.OctaneSdk.TagQtGetOpResult Impinj.OctaneSdk.TagQtSetOpResult Impinj.OctaneSdk.TagReadOpResult Impinj.OctaneSdk.TagWriteOpResult

Public Attributes

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

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

Member Data Documentation

ushort Impinj.OctaneSdk.TagOpResult.OpId

The identifier of the tag operation that produced these results.

uint Impinj.OctaneSdk.TagOpResult.SequenceId

The identifier of the tag operation sequence that contains this operation.

Tag Impinj.OctaneSdk.TagOpResult.Tag = new Tag()

Details of the individual tag on which the operation was performed