|
Wirepas SDK
|
|
Go to the documentation of this file.
6 #ifndef _CONTROL_NODE_H_
7 #define _CONTROL_NODE_H_
63 #endif //_CONTROL_NODE_H_
void(* control_node_ack_cb_f)(uint8_t *bytes, uint8_t len)
Callback function type used with lib_control_node_conf_t.
void(* app_lib_data_data_sent_cb_f)(const app_lib_data_sent_status_t *status)
Sent packet tracking callback.
Configuration structure for Control node.
control_node_ret_e Control_Node_init(control_node_conf_t *conf)
Initialize Directed Advertiser libray for control node.
A struct for lib_data->sendData().
control_node_ack_cb_f ack_cb
control_node_ret_e Control_Node_send(app_lib_data_to_send_t *data, app_lib_data_data_sent_cb_f sent_cb)
Send a data packet.
control_node_ret_e
Return codes of control functions.