NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatLoginResp结构体 参考

#include <nim_qchat_client_cpp_def.h>

Public 成员函数

 QChatLoginResp ()=default
 
 QChatLoginResp (const NIMQChatLoginResp &c_resp)
 
NIMQChatLoginResp ToCParam () const
 

Public 属性

uint32_t res_code {0}
 操作结果, 参考NIMResCode
 
QChatLoginClientInfo client_info {}
 客户端信息
 
std::vector< QChatLoginClientInfoother_clients {}
 其他客户端信息
 

构造及析构函数说明

◆ QChatLoginResp() [1/2]

nim::QChatLoginResp::QChatLoginResp ( )
default

◆ QChatLoginResp() [2/2]

nim::QChatLoginResp::QChatLoginResp ( const NIMQChatLoginResp c_resp)
inline

成员函数说明

◆ ToCParam()

NIMQChatLoginResp nim::QChatLoginResp::ToCParam ( ) const
inline

类成员变量说明

◆ client_info

QChatLoginClientInfo nim::QChatLoginResp::client_info {}

客户端信息

◆ other_clients

std::vector<QChatLoginClientInfo> nim::QChatLoginResp::other_clients {}

其他客户端信息

◆ res_code

uint32_t nim::QChatLoginResp::res_code {0}

操作结果, 参考NIMResCode


该结构体的文档由以下文件生成: