Knox Tizen Wearable SDK
|
Application network statistics. More...
#include <application.h>
Data Fields | |
int | type |
char * | pkg_name |
long | bytes |
Application network statistics.
Definition at line 68 of file application.h.
long app_network_stats_t::bytes |
The application's incoming and outgoing bytes.
Definition at line 71 of file application.h.
char* app_network_stats_t::pkg_name |
The Application package name.
Definition at line 70 of file application.h.
int app_network_stats_t::type |
The Application network type (0: data, 1: Wi-Fi).
Definition at line 69 of file application.h.