nRF Connect SDK API 2.8.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. |