|
NIM PC Cross Platform SDK
|
Talk 辅助方法和数据结构定义 More...
#include "nim_cpp_wrapper/helper/nim_talk_helper.h"Namespaces | |
| namespace | nim |
| namespace nim | |
Functions | |
| bool | nim::ParseMessage (const std::string &msg_json, IMMessage &message) |
| 解析消息 More... | |
| bool | nim::ParseReceiveMessage (const std::string &msg_json, IMMessage &message) |
| 解析消息 More... | |
| void | nim::ParseReceiveMessage (const nim_cpp_wrapper_util::Json::Value &msg_json_value, IMMessage &message) |
| 解析消息 More... | |
| void | nim::ParseMessage (const nim_cpp_wrapper_util::Json::Value &msg_json, IMMessage &message) |
| 解析消息 More... | |
Talk 辅助方法和数据结构定义