Octane SDK
2.0 Beta
|
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... | |
Helper class used to manage the reader Keep Alive event configuration
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.