NIM SDK API  9.0.0
Classes | Namespaces | Functions
nim_doc_trans_helper.h File Reference

文档传输辅助方法和数据结构定义 More...

#include <functional>
#include <list>
#include <string>
#include "nim_define_include.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_wrapper_util/nim_json_util.h"

Go to the source code of this file.

Classes

struct  nim::PictureInfo
 文档传输的图片信息 More...
 
struct  nim::DocTransInfo
 文档传输信息 More...
 

Namespaces

 nim
 namespace nim
 

Functions

NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseDocTransInfo (const std::string &json, DocTransInfo &info)
 解析文档传输信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API int32_t nim::ParseDocTransInfos (const std::string &json, std::list< DocTransInfo > &info_list)
 解析一组文档传输信息 More...
 

Detailed Description

文档传输辅助方法和数据结构定义

Date
2016/12/15