NIM Cocos2d-x SDK  2.2.0
Public Member Functions | Public Attributes | List of all members
nim::NetDetectCbInfo Struct Reference

网络探测回调信息 More...

#include <nim_cpp_vchat.h>

Public Member Functions

 NetDetectCbInfo ()
 

Public Attributes

int32_t res_code_
 
int32_t loss_
 
int32_t rtt_max_
 
int32_t rtt_min_
 
int32_t rtt_avg_
 
int32_t rtt_mdev_
 
std::string expand_info_
 

Detailed Description

网络探测回调信息

Constructor & Destructor Documentation

◆ NetDetectCbInfo()

nim::NetDetectCbInfo::NetDetectCbInfo ( )

Member Data Documentation

◆ expand_info_

std::string nim::NetDetectCbInfo::expand_info_

◆ loss_

int32_t nim::NetDetectCbInfo::loss_

◆ res_code_

int32_t nim::NetDetectCbInfo::res_code_

返回的错误码

◆ rtt_avg_

int32_t nim::NetDetectCbInfo::rtt_avg_

◆ rtt_max_

int32_t nim::NetDetectCbInfo::rtt_max_

◆ rtt_mdev_

int32_t nim::NetDetectCbInfo::rtt_mdev_

◆ rtt_min_

int32_t nim::NetDetectCbInfo::rtt_min_

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