Link Kit C-SDK  4.0.0
函数 | 变量
aiot_state_api.c 文件参考

状态码模块实现 更多...

#include "core_stdinc.h"
#include "aiot_state_api.h"
aiot_state_api.c 的引用(Include)关系图:

函数

int32_t aiot_state_set_logcb (aiot_state_logcb_t handler)
 设置SDK的日志信息输出使用的回调函数 更多...
 

变量

aiot_state_logcb_t g_logcb_handler = NULL
 

详细描述

状态码模块实现

日期
2019-12-27

函数说明

int32_t aiot_state_set_logcb ( aiot_state_logcb_t  handler)

设置SDK的日志信息输出使用的回调函数

参数
handler日志回调函数
返回
int32_t 保留

变量说明

aiot_state_logcb_t g_logcb_handler = NULL