Name

netconn_disconnect() — Disconnect UDP connection

Synopsis

err_t netconn_disconnect (struct netconn *conn );

Description

This function is only relevant for UDP connections. It unsets any previously set (using netconn_connect()) remote peer address and port associated with connection conn.