Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagOverallStatisticInfo Struct Reference

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_tproxy_addr_
 Proxy address.
 

Detailed Description

Notify overall statistic information. Here are more detailed structural descriptions.

Definition at line 1383 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ tagOverallStatisticInfo()

tagOverallStatisticInfo::tagOverallStatisticInfo ( )
inline

Definition at line 1388 of file setting_service_interface.h.

1389 {
1392 proxy_addr_ = nullptr;
1393 }
@ SETTINGS_CONNECTION_TYPE_UNKNOWN
Unknown connection.
@ SETTINGS_NETWORK_UNKNOWN
Unknown network.
const zchar_t * proxy_addr_
Proxy address.
SettingsNetWorkType net_work_type_
Network type.
SettingConnectionType connection_type_
Connection type.

References connection_type_, net_work_type_, proxy_addr_, SETTINGS_CONNECTION_TYPE_UNKNOWN, and SETTINGS_NETWORK_UNKNOWN.

Field Documentation

◆ connection_type_

SettingConnectionType tagOverallStatisticInfo::connection_type_

Connection type.

Definition at line 1386 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().

◆ net_work_type_

SettingsNetWorkType tagOverallStatisticInfo::net_work_type_

Network type.

Definition at line 1385 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().

◆ proxy_addr_

const zchar_t* tagOverallStatisticInfo::proxy_addr_

Proxy address.

Definition at line 1387 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().