Zigbee Protocol Controller 1.6.0
ZigPC Attribute Management Process Handler

API and functions for managing attributes, responsible for storing and reporting on attribute state. More...

Functions

sl_status_t attribute_management_setup (void)
 attribute_management_setup - sets up the parts of the software used by the attribute manager More...
 
int attribute_management_shutdown (void)
 attribute_management_shutdown - graceful shuts down all parts of the attribute_management component, expected to be called before the program exits More...
 

Detailed Description

API and functions for managing attributes, responsible for storing and reporting on attribute state.

Function Documentation

◆ attribute_management_setup()

sl_status_t attribute_management_setup ( void  )

attribute_management_setup - sets up the parts of the software used by the attribute manager

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

◆ attribute_management_shutdown()

int attribute_management_shutdown ( void  )

attribute_management_shutdown - graceful shuts down all parts of the attribute_management component, 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