Z-Wave Protocol Controller Reference

Initializations for Z-Wave Transports. More...

Collaboration diagram for Transport fixture:

Functions

sl_status_t zwave_transports_init (void)
 Setup fixture for Z-Wave Transports. More...
 

Detailed Description

Initializations for Z-Wave Transports.

The Z-Wave Transport fixture provides an initialization functions allowing to initialize all Z-Wave Transports.

Transports are registered to the Z-Wave Controller using the zwave_controller_transport_register function.

Function Documentation

◆ zwave_transports_init()

sl_status_t zwave_transports_init ( void  )

Setup fixture for Z-Wave Transports.

This setup function will call the setup/initialization functions for every Z-Wave Transport in this module.

Returns
SL_STATUS_OK if successful
SL_STATUS_FAIL if an error occurred
Here is the call graph for this function: