nrfxlib API 2.8.99
|
typedef void(* nrf_rpc_err_handler_t) (const struct nrf_rpc_err_report *report) |
#include <nrf_rpc/include/nrf_rpc.h>
Callback to report error that cannot be returned by the API call.
This callback will be called when received packet cannot be correctly interpreted. Second case is when one of _no_err
sending functions failed.
Callback can be assigned to specific group. If group in which error occurred is known associated error handler is called. Later global error handler provided in nrf_rpc_init is called.
report | Error report. |