Morse Micro IoT SDK  2.9.7

Detailed Description

Structure to contain the current IP status.

Definition at line 420 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

enum mmagic_ip_link_state link_state
 Current link state. More...
 
bool dhcp_enabled
 Whether or not dhcp is enabled. More...
 
struct struct_ip_addr ip_addr
 Current IP address. More...
 
struct struct_ip_addr netmask
 Current IP network mask. More...
 
struct struct_ip_addr gateway
 Current IP gateway. More...
 
struct struct_ip_addr broadcast
 Current broadcast IP address. More...
 
struct struct_ip_addr dns_servers [2]
 DNS server IP addresses. More...
 

Field Documentation

◆ broadcast

struct struct_ip_addr struct_ip_status::broadcast

Current broadcast IP address.

Definition at line 433 of file mmagic_controller.h.

◆ dhcp_enabled

bool struct_ip_status::dhcp_enabled

Whether or not dhcp is enabled.

Definition at line 425 of file mmagic_controller.h.

◆ dns_servers

struct struct_ip_addr struct_ip_status::dns_servers[2]

DNS server IP addresses.

Definition at line 435 of file mmagic_controller.h.

◆ gateway

struct struct_ip_addr struct_ip_status::gateway

Current IP gateway.

Definition at line 431 of file mmagic_controller.h.

◆ ip_addr

struct struct_ip_addr struct_ip_status::ip_addr

Current IP address.

Definition at line 427 of file mmagic_controller.h.

◆ link_state

enum mmagic_ip_link_state struct_ip_status::link_state

Current link state.

Definition at line 423 of file mmagic_controller.h.

◆ netmask

struct struct_ip_addr struct_ip_status::netmask

Current IP network mask.

Definition at line 429 of file mmagic_controller.h.


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