Z-Wave Protocol Controller Reference
Z-Wave Network Management Fixture

Z-Wave Network Management Fixture. More...

Collaboration diagram for Z-Wave Network Management Fixture:

Functions

sl_status_t zwave_network_management_fixt_setup (void)
 Initialize the Z-Wave Network Management Module. More...
 
int zwave_network_management_fixt_teardown (void)
 Take down fixture for Z-Wave network Management. More...
 

Detailed Description

Z-Wave Network Management Fixture.

This sub-component handles initializes all required resources for Z-Wave network management.

The Z-Wave Network Management Fixture requires the following to be initialized before it can properly be initialized itself:

Function Documentation

◆ zwave_network_management_fixt_setup()

sl_status_t zwave_network_management_fixt_setup ( void  )

Initialize the Z-Wave Network Management Module.

This function must be called before any network management operation is started.

Returns
SL_STATUS_OK on success SL_STATUS_FAIL otherwise
Here is the call graph for this function:

◆ zwave_network_management_fixt_teardown()

int zwave_network_management_fixt_teardown ( void  )

Take down fixture for Z-Wave network Management.

Returns
This always return 0.
Here is the call graph for this function: