Morse Micro IoT SDK  2.9.7

Detailed Description

Initialize arguments structure.

This should be initialized using MMIPAL_INIT_ARGS_DEFAULT. For example:

#define MMIPAL_INIT_ARGS_DEFAULT
Default values for mmipal_init_args.
Definition: mmipal.h:173
Initialize arguments structure.
Definition: mmipal.h:149

Definition at line 148 of file mmipal.h.

#include <mmipal.h>

Data Fields

enum mmipal_addr_mode mode
 IP address allocation mode to use. More...
 
mmipal_ip_addr_t ip_addr
 IP address to use (if mode is MMIPAL_STATIC). More...
 
mmipal_ip_addr_t netmask
 Netmask to use (if mode is MMIPAL_STATIC). More...
 
mmipal_ip_addr_t gateway_addr
 Gateway IP address to use (if mode is MMIPAL_STATIC). More...
 
enum mmipal_ip6_addr_mode ip6_mode
 IPv6 address allocation mode to use. More...
 
mmipal_ip_addr_t ip6_addr
 IPv6 address to use (if ip6_mode is MMIPAL_IP6_STATIC). More...
 
bool offload_arp_response
 Flag requesting ARP response offload feature. More...
 
uint32_t offload_arp_refresh_s
 ARP refresh offload interval in seconds. More...
 

Field Documentation

◆ gateway_addr

mmipal_ip_addr_t mmipal_init_args::gateway_addr

Gateway IP address to use (if mode is MMIPAL_STATIC).

Definition at line 157 of file mmipal.h.

◆ ip6_addr

mmipal_ip_addr_t mmipal_init_args::ip6_addr

IPv6 address to use (if ip6_mode is MMIPAL_IP6_STATIC).

Definition at line 162 of file mmipal.h.

◆ ip6_mode

enum mmipal_ip6_addr_mode mmipal_init_args::ip6_mode

IPv6 address allocation mode to use.

Definition at line 160 of file mmipal.h.

◆ ip_addr

mmipal_ip_addr_t mmipal_init_args::ip_addr

IP address to use (if mode is MMIPAL_STATIC).

Definition at line 153 of file mmipal.h.

◆ mode

enum mmipal_addr_mode mmipal_init_args::mode

IP address allocation mode to use.

Definition at line 151 of file mmipal.h.

◆ netmask

mmipal_ip_addr_t mmipal_init_args::netmask

Netmask to use (if mode is MMIPAL_STATIC).

Definition at line 155 of file mmipal.h.

◆ offload_arp_refresh_s

uint32_t mmipal_init_args::offload_arp_refresh_s

ARP refresh offload interval in seconds.

Definition at line 166 of file mmipal.h.

◆ offload_arp_response

bool mmipal_init_args::offload_arp_response

Flag requesting ARP response offload feature.

Definition at line 164 of file mmipal.h.


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