nRF Connect SDK API
3.3.99
Loading...
Searching...
No Matches
xsystemmode.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 XSYSTEMMODE_H__
8
#define XSYSTEMMODE_H__
9
10
#include <
modem/lte_lc.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/* Set the modem's system mode and LTE preference. */
17
int
xsystemmode_mode_set
(
enum
lte_lc_system_mode
mode,
18
enum
lte_lc_system_mode_preference
preference);
19
20
/* Get the modem's system mode and LTE preference. */
21
int
xsystemmode_mode_get
(
enum
lte_lc_system_mode
*mode,
22
enum
lte_lc_system_mode_preference
*preference);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* XSYSTEMMODE_H__ */
lte_lc_system_mode
lte_lc_system_mode
System mode.
Definition
lte_lc.h:121
lte_lc_system_mode_preference
lte_lc_system_mode_preference
LTE mode preference.
Definition
lte_lc.h:185
lte_lc.h
xsystemmode_mode_set
int xsystemmode_mode_set(enum lte_lc_system_mode mode, enum lte_lc_system_mode_preference preference)
xsystemmode_mode_get
int xsystemmode_mode_get(enum lte_lc_system_mode *mode, enum lte_lc_system_mode_preference *preference)
lib
lte_link_control
include
modules
xsystemmode.h
Generated on Wed Jun 10 2026 17:22:24 for nRF Connect SDK API by
1.12.0