Wirepas SDK
control_router.h File Reference

Go to the source code of this file.

Functions

control_node_ret_e Control_Router_init (control_router_conf_t *conf)
 Initialize Directed Advertiser libray for router node. More...
 

Data Structures

struct  control_router_conf_t
 Configuration structure for Control node router. More...
 

Function Documentation

◆ Control_Router_init()

control_node_ret_e Control_Router_init ( control_router_conf_t conf)

Initialize Directed Advertiser libray for router node.

Parameters
[in]confPointer to the configuration structure.
Returns
Result code, normally CONTROL_RET_OK. See lib_control_node_ret_e for other return code.

Data Structure Documentation

◆ control_router_conf_t

struct control_router_conf_t

Configuration structure for Control node router.

Definition at line 16 of file control_router.h.

Data Fields
app_llhead_acklistener_f ack_gen_cb

Sets callback function to be called when ack is generated as a response for advertiser device transmission.