lwIP Wiki
Advertisement



netconn_delete

err_t netconn_delete ( struct netconn * aNetConn );
  • in aNetConn : netconn structure to be deleted, see also netconn_new, netconn_accept
  • return : ERR_OK on success, some error code on failure

The memory used by the connection is given back to the heap.


(last change: 24.05.2011)

Advertisement