esp_idf_sys

Function esp_openthread_set_backbone_netif

Source
pub unsafe extern "C" fn esp_openthread_set_backbone_netif(
    backbone_netif: *mut esp_netif_t,
)
Expand description

@brief Sets the backbone interface used for border routing.

@note This function must be called before esp_openthread_init

@param[in] backbone_netif The backbone network interface (WiFi or ethernet)