Function esp_idf_sys::esp_mesh_get_subnet_nodes_list
source ยท pub unsafe extern "C" fn esp_mesh_get_subnet_nodes_list(
child_mac: *const mesh_addr_t,
nodes: *mut mesh_addr_t,
nodes_num: c_int,
) -> esp_err_t
Expand description
@brief Get nodes in the subnet of a specific child
@param[in] child_mac an associated child address of this device @param[out] nodes pointer to nodes in the subnet of a specific child @param[in] nodes_num the number of nodes in the subnet of a specific child
@return
- ESP_OK
- ESP_ERR_MESH_NOT_START
- ESP_ERR_MESH_ARGUMENT