![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
Destination Information for Network Service of _WIZCHIP_. More...
#include <wizchip_conf.h>
Data Fields | |
| uint8_t | ip [16] |
| Destination IP Address. IPv4 index : 0 to 3, IPv6 index : 0 to 15. More... | |
| uint8_t | len |
| Destination IP Address Length. IPv4 : 4, IPv6 : 16. More... | |
Destination Information for Network Service of _WIZCHIP_.
wiz_NetInfo is a structure type to configure or indicate a destination information of network service.
Definition at line 517 of file wizchip_conf.h.
| uint8_t wiz_IPAddress_t::ip[16] |
Destination IP Address.
IPv4 index : 0 to 3, IPv6 index : 0 to 15.
Definition at line 519 of file wizchip_conf.h.
Referenced by wizchip_arp(), and wizchip_ping().
| uint8_t wiz_IPAddress_t::len |
Destination IP Address Length.
IPv4 : 4, IPv6 : 16.
Definition at line 520 of file wizchip_conf.h.
Referenced by wizchip_arp(), and wizchip_ping().
1.8.17