![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_os_rpc_send | ( | struct nrf_modem_os_rpc * | instance, |
| const void * | msg, | ||
| size_t | len ) |
#include <nrf_modem/include/nrf_modem_os_rpc.h>
Send a message with the RPC instance.
| instance | Pointer to RPC instance. |
| msg | Pointer to a buffer containing data to send. |
| len | Size of data in the msg buffer. |
| 0 | on success. |
| -NRF_EBUSY | when the instance is closed or handshaking. |
| -NRF_ENOMEM | when there are not enough memory in circular buffer. |
| other | errno codes from dependent modules. |