nrfxlib API 2.8.99
|
|
inlinestatic |
#include <nrf_modem/include/nrf_modem_at.h>
Return the error type represented by the return value of nrf_modem_at_printf
and nrf_modem_at_cmd
.
error | The return value of nrf_modem_at_printf or nrf_modem_at_cmd . |
NRF_MODEM_AT_ERROR | If the modem response was 'ERROR'. |
NRF_MODEM_AT_CME_ERROR | If the modem response was '+CME ERROR'. |
NRF_MODEM_AT_CMS_ERROR | If the modem response was '+CMS ERROR'. |