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

◆ at_params_int64_get()

int at_params_int64_get ( const struct at_param_list * list,
size_t index,
int64_t * value )

#include <include/modem/at_params.h>

Get a parameter value as a signed 64-bit integer number.

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