|
Socket APIs
|
#include <wizchip_conf.h>
Public Attributes | |
| uint8_t | mac [6] |
| Source Mac Address. More... | |
| uint8_t | ip [4] |
| Source IP Address. More... | |
| uint8_t | sn [4] |
| Subnet Mask. More... | |
| uint8_t | gw [4] |
| Gateway IP Address. More... | |
| uint8_t | dns [4] |
| DNS server IP Address. More... | |
| dhcp_mode | dhcp |
| 1 - Static, 2 - DHCP More... | |
Network Information for WIZCHIP
Definition at line 324 of file wizchip_conf.h.
| uint8_t wiz_NetInfo_t::mac[6] |
Source Mac Address.
Definition at line 326 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
| uint8_t wiz_NetInfo_t::ip[4] |
Source IP Address.
Definition at line 327 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
| uint8_t wiz_NetInfo_t::sn[4] |
Subnet Mask.
Definition at line 328 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
| uint8_t wiz_NetInfo_t::gw[4] |
Gateway IP Address.
Definition at line 329 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
| uint8_t wiz_NetInfo_t::dns[4] |
DNS server IP Address.
Definition at line 330 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
| dhcp_mode wiz_NetInfo_t::dhcp |
1 - Static, 2 - DHCP
Definition at line 331 of file wizchip_conf.h.
Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().
1.8.4