nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
helpers.h File Reference
#include <string.h>
#include <stdio.h>
#include <zephyr/kernel.h>
#include <zephyr/types.h>
#include <modem/at_parser.h>

Go to the source code of this file.

Functions

int string_to_int (const char *str_buf, int base, int *output)
 
int string_param_to_int (struct at_parser *parser, size_t idx, int *output, int base)
 
int plmn_param_string_to_mcc_mnc (struct at_parser *parser, size_t idx, int *mcc, int *mnc)