![]() |
nrfxlib API 3.3.99
|
#include <nrf_rpc.h>Go to the source code of this file.
Data Structures | |
| struct | nrf_rpc_tr_api |
| Unified nRF RPC transport API structure. More... | |
| struct | nrf_rpc_tr |
| nRF RPC transport structure. More... | |
Typedefs | |
| typedef void(* | nrf_rpc_tr_receive_handler_t) (const struct nrf_rpc_tr *transport, const uint8_t *packet, size_t len, void *context) |
| Packet receive handler callback. | |