![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_softsim_err | ( | enum nrf_modem_softsim_cmd | cmd, |
| uint16_t | req_id ) |
#include <nrf_modem/include/nrf_modem_softsim.h>
Sends a SoftSIM error to a request.
This function is used to inform the Modem that an error occurred for a specific request.
| cmd | SoftSIM response command. |
| req_id | Request ID used to match request and response. |
| 0 | on success. |
| -NRF_ENOMEM | If memory allocation failed. |
| -NRF_EPERM | The Modem library is not initialized. |