nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
cfun.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef CFUN_H__
8#define CFUN_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Get the modem's functional mode. */
18
19/* Set the modem's functional mode. */
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* CFUN_H__ */
int cfun_mode_get(enum lte_lc_func_mode *mode)
int cfun_mode_set(enum lte_lc_func_mode mode)
lte_lc_func_mode
Definition lte_lc.h:153