|
Z-Wave Protocol Controller Reference
|
Z-Wave RX fixture. More...
Functions | |
| sl_status_t | zwave_rx_fixt_setup (void) |
| int | zwave_rx_fixt_teardown (void) |
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.
| 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.
| 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.