Octane SDK
2.0 Beta
|
Container class used to encapsulate all tag operation results, as reported in the TagOpReport parameter of the ImpinjReader.TagOpComplete event. More...
Public Member Functions | |
IEnumerator | GetEnumerator () |
Get access to the C# IEnumerator interface of the tag operation results list. More... | |
Public Attributes | |
List< TagOpResult > | Results = new List<TagOpResult>() |
A list of detailed tag operation results; each must be cast to the appropriate tag operation result type to extract all of the contents. More... | |
Container class used to encapsulate all tag operation results, as reported in the TagOpReport parameter of the ImpinjReader.TagOpComplete event.
IEnumerator Impinj.OctaneSdk.TagOpReport.GetEnumerator | ( | ) |
Get access to the C# IEnumerator interface of the tag operation results list.
List<TagOpResult> Impinj.OctaneSdk.TagOpReport.Results = new List<TagOpResult>() |
A list of detailed tag operation results; each must be cast to the appropriate tag operation result type to extract all of the contents.