![]() |
nrfxlib API 3.3.99
|
Cleanup procedure list element. More...
#include <nrf_rpc.h>
Data Fields | |
| void(* | handler )(void *context) |
| Handler to the cleanup function invoked on the call to nrf_rpc_stop. | |
| void * | context |
| Custom context passed as the function parameter. | |
| struct nrf_rpc_cleanup_handler * | next |
| Pointer to the next element in the list. Managed automatically by the nrf_rpc. | |
Cleanup procedure list element.