nRF Connect SDK API 2.8.99
|
int lte_lc_system_mode_get | ( | enum lte_lc_system_mode * | mode, |
enum lte_lc_system_mode_preference * | preference ) |
#include <include/modem/lte_lc.h>
Get the modem's system mode and LTE preference.
[out] | mode | System mode. |
[out] | preference | System mode preference. Can be NULL . |
0 | if successful. |
-EINVAL | if input argument was invalid. |
-EFAULT | if the system mode could not be retrieved from the modem. |