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

Class for configuring the tag inventory reports returned by the reader. More...

Public Attributes

bool IncludePcBits
 Include the Protocol Control (PC) bits with each tag read. More...
 

Properties

bool IncludeAntennaPortNumber [get, set]
 Include Antenna Port Number in the inventory report More...
 
bool IncludeChannel [get, set]
 Include the Channel ID in the report More...
 
bool IncludeCrc [get, set]
 Enable the reporting of the CRC bits for the EPC. More...
 
bool IncludeDopplerFrequency [get, set]
 Include the Doppler Frequency shift over the transmission of the EPC. NOTE : ReaderMode must be set to DenseReaderM8 to receive valid Doppler values. More...
 
bool IncludeFastId [get, set]
 Include the TID using FastID on Monza 4 and Monza 5 chips More...
 
bool IncludeFirstSeenTime [get, set]
 Include the first seen timestamp of the tag. More...
 
bool IncludeGpsCoordinates [get, set]
 Include the GPS coordinates with each read. Must require proper external hardware. More...
 
bool IncludeLastSeenTime [get, set]
 Include the last seen timestamp of the tag. More...
 
bool IncludePeakRssi [get, set]
 Include the Peak RSSI for the tag response. More...
 
bool IncludePhaseAngle [get, set]
 Include the Phase Angle with each tag read. More...
 
bool IncludeSeenCount [get, set]
 Include the number of times a tag was seen within that report More...
 
bool IncludeSerializedTid [get, set]
 
ReportMode Mode [get, set]
 The Mode in which inventory tag reports are generated. More...
 
List< TagReadOpOptimizedReadOps [get, set]
 A list of up to two optimized read operations. More...
 

Detailed Description

Class for configuring the tag inventory reports returned by the reader.

Member Data Documentation

bool Impinj.OctaneSdk.ReportConfig.IncludePcBits

Include the Protocol Control (PC) bits with each tag read.

Property Documentation

bool Impinj.OctaneSdk.ReportConfig.IncludeAntennaPortNumber
getset

Include Antenna Port Number in the inventory report

bool Impinj.OctaneSdk.ReportConfig.IncludeChannel
getset

Include the Channel ID in the report

bool Impinj.OctaneSdk.ReportConfig.IncludeCrc
getset

Enable the reporting of the CRC bits for the EPC.

bool Impinj.OctaneSdk.ReportConfig.IncludeDopplerFrequency
getset

Include the Doppler Frequency shift over the transmission of the EPC. NOTE : ReaderMode must be set to DenseReaderM8 to receive valid Doppler values.

bool Impinj.OctaneSdk.ReportConfig.IncludeFastId
getset

Include the TID using FastID on Monza 4 and Monza 5 chips

bool Impinj.OctaneSdk.ReportConfig.IncludeFirstSeenTime
getset

Include the first seen timestamp of the tag.

bool Impinj.OctaneSdk.ReportConfig.IncludeGpsCoordinates
getset

Include the GPS coordinates with each read. Must require proper external hardware.

bool Impinj.OctaneSdk.ReportConfig.IncludeLastSeenTime
getset

Include the last seen timestamp of the tag.

bool Impinj.OctaneSdk.ReportConfig.IncludePeakRssi
getset

Include the Peak RSSI for the tag response.

bool Impinj.OctaneSdk.ReportConfig.IncludePhaseAngle
getset

Include the Phase Angle with each tag read.

bool Impinj.OctaneSdk.ReportConfig.IncludeSeenCount
getset

Include the number of times a tag was seen within that report

bool Impinj.OctaneSdk.ReportConfig.IncludeSerializedTid
getset

ReportMode Impinj.OctaneSdk.ReportConfig.Mode
getset

The Mode in which inventory tag reports are generated.

List<TagReadOp> Impinj.OctaneSdk.ReportConfig.OptimizedReadOps
getset

A list of up to two optimized read operations.