Z-Wave Protocol Controller Reference
Z-Wave RX process

Z-Wave RX process. More...

Collaboration diagram for Z-Wave RX process:

Functions

 PROCESS_NAME (zwave_rx_process)
 Name the of contiki process for the Z-Wave RX. More...
 

Detailed Description

Z-Wave RX process.

The Z-Wave RX Process is responsible for continously monitoring incoming messages from the Z-Wave Module. When received, the messages will be parsed by the Z-Wave API component and dispatched to the callbacks registered by the Z-Wave RX component, and once more parsed and forwarded to the relevant components (e.g. Z-Wave Controller Component, Z-Wave Network Management).

Function Documentation

◆ PROCESS_NAME()

PROCESS_NAME ( zwave_rx_process  )

Name the of contiki process for the Z-Wave RX.

This is used to register the name of the Z-Wave RX Process.