Knox Tizen Wearable SDK
app_network_stats_t Struct Reference

Application network statistics. More...

#include <application.h>

Data Fields

int type
 
char * pkg_name
 
long bytes
 

Detailed Description

Application network statistics.

Since (Knox_wearable):
1.0.0
Since (Tizen):
2.3.1.5
See also
mdm_get_application_network_status_list

Definition at line 68 of file application.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: