io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Data Fields
wiz_IPAddress_t Struct Reference

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...
 

Detailed Description

Destination Information for Network Service of _WIZCHIP_.

wiz_NetInfo is a structure type to configure or indicate a destination information of network service.

See also
ctlnetservice(), CNS_ARP, CNS_PING
IK_SOCKL_TOUT, IK_SOCKL_ARP4, IK_SOCKL_ARP6, IK_SOCKL_PING4, IK_SOCKL_PING6

Definition at line 517 of file wizchip_conf.h.

Field Documentation

◆ ip

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().

◆ len

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().


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