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

#include <nim_qchat_attachment_cpp_def.h>

Public 成员函数

 QChatAttachmentProgressResp ()=default
 
 QChatAttachmentProgressResp (const NIMQChatAttachmentProgressResp &c_resp)
 

Public 属性

uint32_t res_code {0}
 操作结果, 参考NIMResCode
 
std::string task_id {""}
 任务id
 
uint64_t total_size {0}
 文件总大小
 
uint64_t cur_size {0}
 当前已经上传/下载的大小
 

构造及析构函数说明

◆ QChatAttachmentProgressResp() [1/2]

nim::QChatAttachmentProgressResp::QChatAttachmentProgressResp ( )
default

◆ QChatAttachmentProgressResp() [2/2]

nim::QChatAttachmentProgressResp::QChatAttachmentProgressResp ( const NIMQChatAttachmentProgressResp c_resp)
inline

类成员变量说明

◆ cur_size

uint64_t nim::QChatAttachmentProgressResp::cur_size {0}

当前已经上传/下载的大小

◆ res_code

uint32_t nim::QChatAttachmentProgressResp::res_code {0}

操作结果, 参考NIMResCode

◆ task_id

std::string nim::QChatAttachmentProgressResp::task_id {""}

任务id

◆ total_size

uint64_t nim::QChatAttachmentProgressResp::total_size {0}

文件总大小


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