ioLibrary for Cortex M series
|
#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... | |
Common Network Information Structure. This is used for everywhere related with network config
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().
dhcp_mode wiz_NetInfo_t::dhcp |
DHCP mode variable (See:dhcp_mode)
Definition at line 50 of file netctrl.h.
Referenced by network_init().