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.
Group_nwhelper_enums
This provides the documentation of all the enums provided by this utility. More...
Typedefs | |
typedef enum nw_ip_version | cy_nw_ip_version_t |
IP version. | |
Enumerations | |
enum | nw_ip_version { NW_IP_IPV4 = 4, NW_IP_IPV6 = 6, NW_IP_INVALID_IP = (-1) } |
IP version. More... | |
enum | cy_network_interface_type_t { CY_NW_INF_TYPE_WIFI = 0, CY_NW_INF_TYPE_ETH } |
Network interface type. More... |
Detailed Description
This provides the documentation of all the enums provided by this utility.
Typedef Documentation
typedef enum nw_ip_version cy_nw_ip_version_t |
IP version.
Enumeration Type Documentation
Network interface type.
- Enumerator:
CY_NW_INF_TYPE_WIFI Wi-Fi network interface.
CY_NW_INF_TYPE_ETH Ethernet network interface.
Definition at line 76 of file cy_nw_helper.h.
enum nw_ip_version |
IP version.
Definition at line 68 of file cy_nw_helper.h.
Generated on Thu Jul 14 2022 12:58:44 by
