Zigbee Protocol Controller 1.6.0
Centralized Logic for ZigPC Actions

This component serves as a mediator to invoke behaviors for Zigbee devices based on its network state (device announced, device interviewed, etc.) More...

Functions

sl_status_t zigpc_ctrl_fixt_setup (void)
 Setup routines as a part of ZigPC Controller. More...
 
int zigpc_ctrl_fixt_shutdown (void)
 Graceful shutdown of ZigPC Controller modules, expected to be called before the program exits. More...
 

Detailed Description

This component serves as a mediator to invoke behaviors for Zigbee devices based on its network state (device announced, device interviewed, etc.)

Function Documentation

◆ zigpc_ctrl_fixt_setup()

sl_status_t zigpc_ctrl_fixt_setup ( void  )

Setup routines as a part of ZigPC Controller.

Returns
the status if the method succeeded and the component was set up correctly.

◆ zigpc_ctrl_fixt_shutdown()

int zigpc_ctrl_fixt_shutdown ( void  )

Graceful shutdown of ZigPC Controller modules, expected to be called before the program exits.

Returns
an integer representing the success of the operation. 0 for success any other number represents a failure.