Andrew Reed / Mbed OS CITY1082-i2c_master_wifi_mqtt
Embed: (wiki syntax)

« Back to documentation index

Group_nwhelper_enums

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

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.

IP version.

Enumerator:
NW_IP_IPV4 

IPv4 version.

NW_IP_IPV6 

IPv6 version.

NW_IP_INVALID_IP 

Invalid IP version.

Definition at line 68 of file cy_nw_helper.h.