Z-Wave Protocol Controller Reference
Callbacks used by the Z-Wave Network management

Z-Wave Network Management callback functions. More...

Collaboration diagram for Callbacks used by the Z-Wave Network management:

Functions

void on_learn_mode_callback (LEARN_INFO *learn_mode_info)
 callback function for zwapi_set_learn_mode() More...
 
void on_set_suc_node_id_completed (uint8_t set_suc_status)
 callback function for zwapi_set_suc_node_id() More...
 
void on_set_default_complete ()
 callback function for zwapi_set_default() More...
 
void on_request_node_neighbor_update_completed (uint8_t status)
 a callback function for Request Node Neighbor Discovery Command More...
 
void on_zwave_api_started ()
 Callback function that gets notified whenever a Z-Wave API started call is received. More...
 

Detailed Description

Z-Wave Network Management callback functions.

Callback functions used by Z-Wave Network Management for external modules, such as the Z-Wave API or Z-Wave Controller

Function Documentation

◆ on_learn_mode_callback()

void on_learn_mode_callback ( LEARN_INFO learn_mode_info)

callback function for zwapi_set_learn_mode()

Here is the caller graph for this function:

◆ on_request_node_neighbor_update_completed()

void on_request_node_neighbor_update_completed ( uint8_t  status)

a callback function for Request Node Neighbor Discovery Command

Parameters
statusthe status of the request neighbor operation
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_set_default_complete()

void on_set_default_complete ( )

callback function for zwapi_set_default()

Here is the caller graph for this function:

◆ on_set_suc_node_id_completed()

void on_set_suc_node_id_completed ( uint8_t  set_suc_status)

callback function for zwapi_set_suc_node_id()

Parameters
set_suc_statusthe status of the Set SUC Operation
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_zwave_api_started()

void on_zwave_api_started ( )

Callback function that gets notified whenever a Z-Wave API started call is received.

Here is the call graph for this function:
Here is the caller graph for this function: