pub unsafe extern "C" fn esp_netif_is_netif_up(
    esp_netif: *mut esp_netif_obj
) -> bool
Expand description

@brief Test if supplied interface is up or down

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

@return - true - Interface is up - false - Interface is down