netconn_apimsg() is only used within LwIP.
 
Symbols
loading...
Files
loading...

netconn_apimsg() function

Call the lower part of a netconn_* function This function is then running in the thread context of tcpip_thread and has exclusive access to lwIP core code.

Syntax

static err_t netconn_apimsg(tcpip_callback_fn fn,     struct api_msg *apimsg);

Arguments

fn

function to call

apimsg

a struct containing the function to call and its parameters

Return value

ERR_OK if the function was called, another err_t if not

Call Tree

Data read by netconn_apimsg()
Data written by netconn_apimsg()
netconn_apimsg()
netconn_apimsg()::err
all items filtered out
Type of netconn_apimsg()
netconn_apimsg()
all items filtered out