Skip to main content

esp_netif_get_default_netif

Function esp_netif_get_default_netif 

Source
pub unsafe extern "C" fn esp_netif_get_default_netif() -> *mut esp_netif_t
Expand description

@brief Getter function of the default netif

This API returns the selected default netif.

@return Handle to esp-netif instance of the default netif.