![]() |
nRF Connect SDK API 3.3.99
|
| int modem_info_get_svn | ( | char * | buf, |
| size_t | buf_size ) |
#include <include/modem/modem_info.h>
Obtain the modem Software Version Number (SVN).
The SVN is represented as a string, for example: 12
See the documentation for the AT command +CGSN.
| buf | Pointer to the target buffer. |
| buf_size | Size of target buffer. |
| 0 | if the operation was successful. |
| -EINVAL | if the provided buf_size was not enough. Otherwise, a (negative) error code is returned. |