nRF Connect SDK API 2.8.99
|
int at_params_size_get | ( | const struct at_param_list * | list, |
size_t | index, | ||
size_t * | len ) |
#include <include/modem/at_params.h>
Get the size of a given parameter (in bytes).
A size of '0' is returned for invalid and empty parameters.
[in] | list | Parameter list. |
[in] | index | Parameter index in the list. |
[out] | len | Length of the parameter in bytes. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |