Z-Wave Protocol Controller Reference
Z-Wave RX fixture

Z-Wave RX fixture. More...

Collaboration diagram for Z-Wave RX fixture:

Functions

sl_status_t zwave_rx_fixt_setup (void)
 
int zwave_rx_fixt_teardown (void)
 

Detailed Description

Z-Wave RX fixture.

The Z-Wave RX fixture is responsible for starting up the Z-Wave API using the Z-Wave related parameters from the ZPC Configuration Extension.

Function Documentation

◆ zwave_rx_fixt_setup()

sl_status_t zwave_rx_fixt_setup ( void  )

Setup fixture for Z-Wave RX.

This setup function will initialize the communication with the Z-Wave module using the ZPC Configuration Extension and register the Serial file descriptor and Z-Wave RX Process to contiki.

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

◆ zwave_rx_fixt_teardown()

int zwave_rx_fixt_teardown ( void  )

Teardown fixture for the Z-Wave RX.

This setup function will shutdown the communication with the Z-Wave serial device, free resources and return.

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