Meeting SDK for Windows API Reference
|
Overall statistic information. More...
#include <setting_service_interface.h>
Public Member Functions | |
tagOverallStatisticInfo () | |
Data Fields | |
SettingsNetWorkType | net_work_type_ |
SettingConnectionType | connection_type_ |
const zchar_t * | proxy_addr_ |
Overall statistic information.
Definition at line 1795 of file setting_service_interface.h.
|
inline |
Definition at line 1803 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 1800 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
SettingsNetWorkType tagOverallStatisticInfo::net_work_type_ |
Network type.
Definition at line 1798 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
const zchar_t* tagOverallStatisticInfo::proxy_addr_ |
Proxy address.
Definition at line 1802 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().