Secure Sockets
Loading...
Searching...
No Matches
cy_socket_ip_address_t Struct Reference

Description

IP Address Structure.

Data Fields

cy_socket_ip_version_t version
 IP version cy_socket_ip_version_t.
 
union { 
 
   uint32_t   v4 
 IPv4 address in network byte order.
 
   uint32_t   v6 [4] 
 IPv6 address in network byte order.
 
ip 
 IP address bytes.