ioLibrary for Cortex M series
Public Attributes | List of all members
wiz_NetInfo_t Struct Reference

#include <netctrl.h>

Public Attributes

uint8_t mac [6]
 MAC Address variable. More...
 
uint8_t ip [4]
 IPv4 Address variable. More...
 
uint8_t sn [4]
 Subnet Mask variable. More...
 
uint8_t gw [4]
 Gateway Address variable. More...
 
uint8_t dns [4]
 DNS Server Address variable. More...
 
dhcp_mode dhcp
 DHCP mode variable (See:dhcp_mode) More...
 

Detailed Description

Common Network Information Structure. This is used for everywhere related with network config

Definition at line 43 of file netctrl.h.

Member Data Documentation

uint8_t wiz_NetInfo_t::mac[6]

MAC Address variable.

Definition at line 45 of file netctrl.h.

Referenced by GetNetInfo(), network_disp(), network_init(), and SetNetInfo().

uint8_t wiz_NetInfo_t::ip[4]

IPv4 Address variable.

Definition at line 46 of file netctrl.h.

Referenced by GetNetInfo(), network_disp(), and SetNetInfo().

uint8_t wiz_NetInfo_t::sn[4]

Subnet Mask variable.

Definition at line 47 of file netctrl.h.

Referenced by GetNetInfo(), network_disp(), and SetNetInfo().

uint8_t wiz_NetInfo_t::gw[4]

Gateway Address variable.

Definition at line 48 of file netctrl.h.

Referenced by GetNetInfo(), network_disp(), and SetNetInfo().

uint8_t wiz_NetInfo_t::dns[4]

DNS Server Address variable.

Definition at line 49 of file netctrl.h.

dhcp_mode wiz_NetInfo_t::dhcp

DHCP mode variable (See:dhcp_mode)

Definition at line 50 of file netctrl.h.

Referenced by network_init().


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