nRF Connect SDK API 2.8.99
|
int at_params_int_put | ( | const struct at_param_list * | list, |
size_t | index, | ||
int64_t | value ) |
#include <include/modem/at_params.h>
Add a parameter in the list at the specified index and assign it an integer value.
If a parameter exists at this index, it is replaced.
[in] | list | Parameter list. |
[in] | index | Index in the list where to put the parameter. |
[in] | value | Parameter value. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |