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

Helper class used to manage the reader Keep Alive event configuration More...

Public Attributes

bool Enabled
 Parameter indicating whether the Keep Alive event is enabled or not. More...
 
bool EnableLinkMonitorMode
 If link monitor mode is enabled, the reader will automatically shut down the network connection if it doesn't receive replies (ACKs) to keepalive messages. It does this after N missed replies, where N is specified by the parameter LinkDownThreshold. More...
 
ushort LinkDownThreshold
 Specifies the number of missed keepalive replies before the reader shuts down the network connection. More...
 
uint PeriodInMs
 Parameter defining the Keep Alive event interval. More...
 

Detailed Description

Helper class used to manage the reader Keep Alive event configuration

Member Data Documentation

bool Impinj.OctaneSdk.KeepaliveConfig.Enabled

Parameter indicating whether the Keep Alive event is enabled or not.

bool Impinj.OctaneSdk.KeepaliveConfig.EnableLinkMonitorMode

If link monitor mode is enabled, the reader will automatically shut down the network connection if it doesn't receive replies (ACKs) to keepalive messages. It does this after N missed replies, where N is specified by the parameter LinkDownThreshold.

ushort Impinj.OctaneSdk.KeepaliveConfig.LinkDownThreshold

Specifies the number of missed keepalive replies before the reader shuts down the network connection.

uint Impinj.OctaneSdk.KeepaliveConfig.PeriodInMs

Parameter defining the Keep Alive event interval.