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

◆ at_params_empty_put()

int at_params_empty_put ( const struct at_param_list list,
size_t  index 
)

#include <include/modem/at_params.h>

Add a parameter in the list at the specified index and assign it an empty status.

This will indicate that an empty parameter was found when parsing the AT string.

Parameters
[in]listParameter list.
[in]indexIndex in the list where to put the parameter.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.