![]() |
nRF Connect SDK API 3.3.99
|
| int modem_info_get_connectivity_stats | ( | int * | tx_kbytes, |
| int * | rx_kbytes ) |
#include <include/modem/modem_info.h>
Obtain the connectivity statistics.
Get the total amount of data transmitted and receievd during the collection period.
| tx_kbytes | Pointer to the target variable for the number of kilobytes transmitted. |
| rx_kbytes | Pointer to the target variable for the number of kilobytes received. |