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

« Back to documentation index

cy_nw_helper_common.c File Reference

cy_nw_helper_common.c File Reference

Network helper common library functions. More...

Go to the source code of this file.

Functions

bool cy_nw_aton (const char *char_ptr, cy_nw_ip_address_t *addr)
 GET IPv4 address in decimal notation.
bool cy_nw_aton_ipv6 (const char *char_ptr, cy_nw_ip_address_t *addr)
 GET IPv6 address in decimal notation.
bool cy_nw_ntoa (cy_nw_ip_address_t *addr, char *ip_str)
 GET IPv4 address in string format.
bool cy_nw_ntoa_ipv6 (cy_nw_ip_address_t *addr, char *ip_str)
 GET IPv6 address in string format.

Detailed Description

Network helper common library functions.

Definition in file cy_nw_helper_common.c.