Name
netconn_delete() — Deallocate a netconn
Synopsis
err_t netconn_delete
(
struct netconn *conn
)
;
Description
Deallocates the netconn conn
. If the connection is
open, it is closed as a result of this call.
2024-03-18 | LWIP Documentation Notices |