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

#include <nim_qchat_client_def.h>

Public 属性

uint32_t res_code
 操作结果, 参考NIMResCode
 
void * user_data
 自定义用户数据
 
NIMQChatLoginClientInfo client_info
 客户端信息
 
size_t other_clients_count
 其他客户端数量
 
NIMQChatLoginClientInfoother_clients
 其他客户端信息
 

类成员变量说明

◆ client_info

NIMQChatLoginClientInfo NIMQChatLoginResp::client_info

客户端信息

◆ other_clients

NIMQChatLoginClientInfo* NIMQChatLoginResp::other_clients

其他客户端信息

◆ other_clients_count

size_t NIMQChatLoginResp::other_clients_count

其他客户端数量

◆ res_code

uint32_t NIMQChatLoginResp::res_code

操作结果, 参考NIMResCode

◆ user_data

void* NIMQChatLoginResp::user_data

自定义用户数据


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