Name

netconn_recv_tcp_pbuf() — Wait for data

Synopsis

err_t netconn_recv_tcp_pbuf (struct netconn *conn , struct pbuf **new_buf );

Description

This function is similar to the netconn_recv() function, with the difference that the received data is placed in a pbuf instead of a netbuf.