Link Kit C-SDK
5.0.0
|
logpost模块内部发生值得用户关注的状态变化时, 通知用户的事件内容 更多...
#include <aiot_logpost_api.h>
成员变量 | |
aiot_logpost_event_type_t | type |
事件内容所对应的事件类型, 更多信息请参考aiot_logpost_event_type_t 更多... | |
union { | |
struct { | |
uint8_t on_off | |
日志开关状态, 0: 关闭日志上传; 1: 打开日志上传 更多... | |
} config_data | |
日志配置数据结构体 更多... | |
struct { | |
uint8_t msg_id | |
云端接收到的消息id 更多... | |
uint32_t code | |
消息状态,200表示成功 更多... | |
} post_reply | |
日志上报后云端回复的数据结构 更多... | |
} | data |
logpost模块内部发生值得用户关注的状态变化时, 通知用户的事件内容
aiot_logpost_event_type_t aiot_logpost_event_t::type |
事件内容所对应的事件类型, 更多信息请参考aiot_logpost_event_type_t
uint8_t aiot_logpost_event_t::on_off |
日志开关状态, 0: 关闭日志上传; 1: 打开日志上传
struct { ... } aiot_logpost_event_t::config_data |
日志配置数据结构体
uint8_t aiot_logpost_event_t::msg_id |
云端接收到的消息id
uint32_t aiot_logpost_event_t::code |
消息状态,200表示成功
struct { ... } aiot_logpost_event_t::post_reply |
日志上报后云端回复的数据结构
union { ... } aiot_logpost_event_t::data |