NIM 跨平台 C++ SDK
|
#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< QChatLoginClientInfo > | other_clients {} |
其他客户端信息 | |
|
default |
|
inline |
|
inline |
QChatLoginClientInfo nim::QChatLoginResp::client_info {} |
客户端信息
std::vector<QChatLoginClientInfo> nim::QChatLoginResp::other_clients {} |
其他客户端信息
uint32_t nim::QChatLoginResp::res_code {0} |
操作结果, 参考NIMResCode