NIM 跨平台 C++ SDK
|
#include <nim_qchat_client_def.h>
Public 属性 | |
uint32_t | res_code |
操作结果, 参考NIMResCode | |
void * | user_data |
自定义用户数据 | |
NIMQChatLoginClientInfo | client_info |
客户端信息 | |
size_t | other_clients_count |
其他客户端数量 | |
NIMQChatLoginClientInfo * | other_clients |
其他客户端信息 | |
NIMQChatLoginClientInfo NIMQChatLoginResp::client_info |
客户端信息
NIMQChatLoginClientInfo* NIMQChatLoginResp::other_clients |
其他客户端信息
size_t NIMQChatLoginResp::other_clients_count |
其他客户端数量
uint32_t NIMQChatLoginResp::res_code |
操作结果, 参考NIMResCode
void* NIMQChatLoginResp::user_data |
自定义用户数据