Link Kit C-SDK
4.0.0
|
物模型事件上报消息结构体 更多...
#include <aiot_dm_api.h>
Public 属性 | |
char * | event_id |
事件标示符, 必须为以结束符'\0'结尾的字符串 更多... | |
char * | params |
字符串形式的JSON结构体, 必须以结束符'\0'结尾. 包含用户要上报的事件数据, 如"{\"ErrorNum":0}" 更多... | |
物模型事件上报消息结构体
char* aiot_dm_msg_event_post_t::event_id |
事件标示符, 必须为以结束符'\0'结尾的字符串
char* aiot_dm_msg_event_post_t::params |
字符串形式的JSON结构体, 必须以结束符'\0'结尾. 包含用户要上报的事件数据, 如"{\"ErrorNum":0}"