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

Class used to define the location configuration for an xArray. More...

Properties

ushort ComputeWindowSeconds [get, set]
 Contains the the smoothing window for averaging the location estimates. Default is 10 seconds. More...
 
bool DiagnosticReportEnabled [get, set]
 Enables or disables the diagnostic report. More...
 
bool EntryReportEnabled [get, set]
 Enables or disables the location entry report. More...
 
bool ExitReportEnabled [get, set]
 Enables or disables the location exit report. More...
 
ushort TagAgeIntervalSeconds [get, set]
 Specifies how long a tag needs to go unseen before its removed from the location tracking. Default is 20 seconds. More...
 
ushort UpdateIntervalSeconds [get, set]
 Specifies how often to send out a location report. Default is 5 seconds. More...
 
bool UpdateReportEnabled [get, set]
 Enables or disables the location update report. More...
 

Detailed Description

Class used to define the location configuration for an xArray.

Property Documentation

ushort Impinj.OctaneSdk.LocationConfig.ComputeWindowSeconds
getset

Contains the the smoothing window for averaging the location estimates. Default is 10 seconds.

bool Impinj.OctaneSdk.LocationConfig.DiagnosticReportEnabled
getset

Enables or disables the diagnostic report.

bool Impinj.OctaneSdk.LocationConfig.EntryReportEnabled
getset

Enables or disables the location entry report.

bool Impinj.OctaneSdk.LocationConfig.ExitReportEnabled
getset

Enables or disables the location exit report.

ushort Impinj.OctaneSdk.LocationConfig.TagAgeIntervalSeconds
getset

Specifies how long a tag needs to go unseen before its removed from the location tracking. Default is 20 seconds.

ushort Impinj.OctaneSdk.LocationConfig.UpdateIntervalSeconds
getset

Specifies how often to send out a location report. Default is 5 seconds.

bool Impinj.OctaneSdk.LocationConfig.UpdateReportEnabled
getset

Enables or disables the location update report.