Name

netconn_addr() — Obtain the local host IPv4 address/port of a netconn

Synopsis

err_t netconn_addr (struct netconn *conn , struct ip_addr **addr , u16_t *port );

Description

This function is used to obtain the local IPv4 address and port number of the connection conn.