nRF Connect SDK API 2.8.99
|
int modem_info_string_get | ( | enum modem_info | info, |
char * | buf, | ||
const size_t | buf_size ) |
#include <include/modem/modem_info.h>
Request the current modem status of any predefined information value as a string.
If the data parameter returned by the modem is originally a short, it is still returned as a string.
info | The requested information type. |
buf | The buffer to store the null-terminated string. |
buf_size | The size of the buffer. |