Function esp_idf_sys::esp_netif_tcpip_exec
source ยท pub unsafe extern "C" fn esp_netif_tcpip_exec(
fn_: esp_netif_callback_fn,
ctx: *mut c_void,
) -> esp_err_t
Expand description
@brief Utility to execute the supplied callback in TCP/IP context @param fn Pointer to the callback @param ctx Parameter to the callback @return The error code (esp_err_t) returned by the callback