This provides the documentation of all the enums provided by this utility.
Enumerations | |
enum | cy_nw_ip_version_t { 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... | |
enum cy_nw_ip_version_t |