[][src]Function esp_idf_bindgen::esp_netif_deinit

pub unsafe extern "C" fn esp_netif_deinit() -> esp_err_t

@brief Deinitialize the esp-netif component (and the underlying TCP/IP stack)

     Note: Deinitialization is not supported yet

@return - ESP_ERR_INVALID_STATE if esp_netif not initialized - ESP_ERR_NOT_SUPPORTED otherwise