nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_modem_softsim_err()

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.

Parameters
cmdSoftSIM response command.
req_idRequest ID used to match request and response.
Return values
0on success.
-NRF_ENOMEMIf memory allocation failed.