Function esp_idf_sys::esp_mesh_get_routing_table
source · pub unsafe extern "C" fn esp_mesh_get_routing_table(
mac: *mut mesh_addr_t,
len: c_int,
size: *mut c_int,
) -> esp_err_t
Expand description
@brief Get routing table of this device’s sub-network (including itself)
@param[out] mac pointer to routing table @param[in] len routing table size(in bytes) @param[out] size pointer to the number of devices in routing table (including itself)
@return
- ESP_OK
- ESP_ERR_MESH_ARGUMENT