NIM PC Cross Platform SDK
|
智能机器人 接口相关的常量函数等定义头文件 More...
Go to the source code of this file.
Typedefs | |
typedef void(* | nim_robot_change_cb_func) (int rescode, NIMRobotInfoChangeType type, const char *result, const char *json_extension, const void *user_data) |
typedef void(* | nim_robot_query_cb_func) (int rescode, const char *result, const char *json_extension, const void *user_data) |
Enumerations | |
enum | NIMRobotInfoChangeType { kNIMRobotInfoChangeTypeAll = 0 } |
智能机器人 接口相关的常量函数等定义头文件
void(* nim_robot_change_cb_func)(int rescode, NIMRobotInfoChangeType type, const char *result, const char *json_extension, const void *user_data) |
机器人变更的通知函数定义
[out] | rescode | 错误码,200:一切正常 |
[out] | type | 更新类型 0:全量更新 |
[out] | result | 机器人信息 Json string array |
[out] | json_extension | json扩展数据(备用) |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
void(* nim_robot_query_cb_func)(int rescode, const char *result, const char *json_extension, const void *user_data) |
获取机器人信息的函数定义
[out] | rescode | 错误码,200:一切正常 |
[out] | result | 机器人信息 Json string array |
[out] | json_extension | json扩展数据(备用) |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |