| 
    Link Kit C-SDK
    4.0.0
    
   | 
 
logpost模块内部发生值得用户关注的状态变化时, 通知用户的事件内容 更多...
#include <aiot_logpost_api.h>
Public 属性 | |
| aiot_logpost_event_type_t | type | 
| 事件内容所对应的事件类型, 更多信息请参考aiot_logpost_event_type_t  更多... | |
| union { | |
| struct { | |
| uint8_t on_off | |
| 日志开关状态, 0: 关闭日志上传; 1: 打开日志上传  更多... | |
| } config_data | |
| 日志配置数据结构体  更多... | |
| } | 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 | 
日志配置数据结构体
| union { ... } aiot_logpost_event_t::data | 
 1.8.11