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

Container class used to encapsulate individual tag details returned from the reader. More...

Inheritance diagram for Impinj.OctaneSdk.TagReport:

Public Member Functions

IEnumerator GetEnumerator ()
 Get access to the C# IEnumerator interface of the tag reports list. More...
 

Public Attributes

List< TagTags = new List<Tag>()
 A list of tag details. More...
 

Detailed Description

Container class used to encapsulate individual tag details returned from the reader.

Member Function Documentation

IEnumerator Impinj.OctaneSdk.TagReport.GetEnumerator ( )

Get access to the C# IEnumerator interface of the tag reports list.

Returns
The IEnumerator interface to the list of tag reports.

Member Data Documentation

List<Tag> Impinj.OctaneSdk.TagReport.Tags = new List<Tag>()

A list of tag details.