Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
cy_nw_ip_address Struct Reference
[Group_nwhelper_structures]
IP addr info. More...
#include <cy_nw_helper.h>
Data Fields | |
cy_nw_ip_version_t | version |
IP version. | |
union { | |
uint32_t v4 | |
IPv4 address info. | |
uint32_t v6 [4] | |
IPv6 address info. | |
} | ip |
Union of IPv4 and IPv6 address info. |
Detailed Description
IP addr info.
Definition at line 109 of file cy_nw_helper.h.
Field Documentation
union { ... } ip |
Union of IPv4 and IPv6 address info.
uint32_t v4 |
IPv4 address info.
Definition at line 115 of file cy_nw_helper.h.
uint32_t v6[4] |
IPv6 address info.
Definition at line 116 of file cy_nw_helper.h.
IP version.
Definition at line 111 of file cy_nw_helper.h.
Generated on Thu Jul 14 2022 12:58:44 by
