Zigbee Protocol Controller 1.6.0
|
#include <uic_main.h>
Public Attributes | |
const uic_fixt_shutdown_t | func |
const char * | description |
Struct to hold the system tear-down functions.
A component is not required to have a tear-down function just because it has an initializer function (or vice versa). If a component has a Contiki process, teardown of the component should be done by handling the Contiki event PROCESS_EVENT_EXIT
const char* uic_fixt_shutdown_step::description |
Pointer to a textual description of the shutdown step.
const uic_fixt_shutdown_t uic_fixt_shutdown_step::func |
Tear-down function