Wi-Fi Connection Manager Library
cy_wcm_ip_address_t Struct Reference

Description

Structure used to receive the IP address information from cy_wcm_connect_ap.

Data Fields

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