Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <stdbool.h>
#include <modem/lte_lc.h>
Go to the source code of this file.
Data Structures | |
struct | nrf_modem_network_state |
Functions | |
bool | nrf_modem_monitor_is_at_safe (void) |
Query whether it is currently safe to send AT commands. | |
void | nrf_modem_monitor_network_state (struct nrf_modem_network_state *state) |
Get current network state. | |
void | nrf_modem_monitor_network_state_log (uint8_t tdf_logger_mask) |
Configure the modem monitor to automatically log network state changes. | |
int | nrf_modem_monitor_signal_quality (int16_t *rsrp, int8_t *rsrq, bool cached) |
Get current signal quality. | |
int | nrf_modem_monitor_connectivity_stats (int *tx_kbytes, int *rx_kbytes) |
Get current connectivity statistics. | |
SPDX-License-Identifier: FSL-1.1-ALv2