NIM 跨平台 C++ SDK
|
#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} |
当前已经上传/下载的大小 | |
|
default |
|
inline |
uint64_t nim::QChatAttachmentProgressResp::cur_size {0} |
当前已经上传/下载的大小
uint32_t nim::QChatAttachmentProgressResp::res_code {0} |
操作结果, 参考NIMResCode
std::string nim::QChatAttachmentProgressResp::task_id {""} |
任务id
uint64_t nim::QChatAttachmentProgressResp::total_size {0} |
文件总大小