Notify overall statistic information. Here are more detailed structural descriptions. More...
#include <setting_service_interface.h>
Public Member Functions | |
tagOverallStatisticInfo () | |
Data Fields | |
SettingsNetWorkType | net_work_type_ |
Network type. | |
SettingConnectionType | connection_type_ |
Connection type. | |
const zchar_t * | proxy_addr_ |
Proxy address. | |
Notify overall statistic information. Here are more detailed structural descriptions.
Definition at line 1383 of file setting_service_interface.h.
|
inline |
Definition at line 1388 of file setting_service_interface.h.
References connection_type_, net_work_type_, proxy_addr_, SETTINGS_CONNECTION_TYPE_UNKNOWN, and SETTINGS_NETWORK_UNKNOWN.
SettingConnectionType tagOverallStatisticInfo::connection_type_ |
Connection type.
Definition at line 1386 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
SettingsNetWorkType tagOverallStatisticInfo::net_work_type_ |
Network type.
Definition at line 1385 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
const zchar_t* tagOverallStatisticInfo::proxy_addr_ |
Proxy address.
Definition at line 1387 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().