Morse Micro IoT SDK  2.9.7

Detailed Description

Command arguments structure for ip_enable_tcp_keepalive_offload.

Definition at line 3934 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

uint16_t period_s
 Interval in seconds to send the keep-alive packets in. More...
 
uint8_t retry_count
 The number of times to retry before giving up. More...
 
uint8_t retry_interval_s
 The interval in seconds to wait between retries. More...
 

Field Documentation

◆ period_s

uint16_t mmagic_core_ip_enable_tcp_keepalive_offload_cmd_args::period_s

Interval in seconds to send the keep-alive packets in.

Definition at line 3937 of file mmagic_controller.h.

◆ retry_count

uint8_t mmagic_core_ip_enable_tcp_keepalive_offload_cmd_args::retry_count

The number of times to retry before giving up.

Definition at line 3939 of file mmagic_controller.h.

◆ retry_interval_s

uint8_t mmagic_core_ip_enable_tcp_keepalive_offload_cmd_args::retry_interval_s

The interval in seconds to wait between retries.

Definition at line 3941 of file mmagic_controller.h.


The documentation for this struct was generated from the following file: