esp_idf_svc::sys

Function esp_netif_get_desc

Source
pub unsafe extern "C" fn esp_netif_get_desc(
    esp_netif: *mut esp_netif_obj,
) -> *const u8
Expand description

@brief Returns configured interface type for this esp-netif instance

@param[in] esp_netif Handle to esp-netif instance

@return Enumerated type of this interface, such as station, AP, ethernet