nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ at_params_size_get()

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.

Parameters
[in]listParameter list.
[in]indexParameter index in the list.
[out]lenLength of the parameter in bytes.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.