17#ifndef __INCLUDE_ND_TASKLET__
18#define __INCLUDE_ND_TASKLET__
20#include "eventOS_event.h"
21#include "mbed-mesh-api/mesh_interface_types.h"
30typedef void (*mesh_interface_cb)(mesh_connection_status_t mesh_status);
41int8_t nd_tasklet_get_router_ip_address(
char *address, int8_t len);
54int8_t nd_tasklet_connect(mesh_interface_cb callback, int8_t nwk_interface_id);
60void nd_tasklet_init(
void);
68int8_t nd_tasklet_network_init(int8_t device_id);
77int8_t nd_tasklet_disconnect(
bool send_cb);