Structure used to set or receive the IP address information to or from the underlying network stack.
Data Fields | |
| cy_ecm_ip_version_t | version |
| IP version. | |
| union { | |
| uint32_t v4 | |
| IPv4 address in network byte order. | |
| uint32_t v6 [4] | |
| IPv6 address in network byte order. | |
| } | ip |
| IP address bytes. | |