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.
2023-08-15 | LWIP Documentation Notices |