pub unsafe extern "C" fn esp_mesh_get_routing_table(
    mac: *mut mesh_addr_t,
    len: i32,
    size: *mut i32
) -> i32
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