lwip_netconn_do_disconnect() function
Disconnect a pcb contained inside a netconn Only used for UDP netconns. Called from netconn_disconnect.
Syntax
void lwip_netconn_do_disconnect (void *m); Arguments
m
the api_msg pointing to the connection to disconnect