Function esp_idf_sys::esp_netif_action_stop
source ยท pub unsafe extern "C" fn esp_netif_action_stop(
esp_netif: *mut c_void,
base: esp_event_base_t,
event_id: i32,
data: *mut c_void,
)
Expand description
@brief Default building block for network interface action upon IO driver stop event
@note This API can be directly used as event handler
@param[in] esp_netif Handle to esp-netif instance @param base The base type of the event @param event_id The specific ID of the event @param data Optional data associated with the event