Name
netconn_set_noautorecved() — Set the connection no-auto-recved state
Synopsis
void netconn_set_noautorecved
(
struct netconn *conn
, cyg_bool val
)
;
Description
If val
equates to true
then
the NETCONN_FLAG_NO_AUTO_RECVED
state is set for the
connection, otherwise the flag is cleared.
2024-03-18 | LWIP Documentation Notices |