Link Kit C-SDK  4.0.0
Public 属性 | 所有成员列表
aiot_shadow_msg_delete_reported_t结构体 参考

用于删除设备影子中的reported数据的消息结构体 更多...

#include <aiot_shadow_api.h>

Public 属性

char * reported
 用户将要删除的reported数据, 必须为以结束符'\0'结尾的字符串.
若要删除全部reported数据, 则应填写"\"null""字符串 \n 若要删除部分reported数据, 则将对应的值定义为null, 如只清除LightSwitch的值应填写"{"LightSwitch":"null"}" 更多...
 
int64_t version
 设备影子的目标版本, 必须大于设备影子的当前版本 更多...
 

详细描述

用于删除设备影子中的reported数据的消息结构体

类成员变量说明

char* aiot_shadow_msg_delete_reported_t::reported

用户将要删除的reported数据, 必须为以结束符'\0'结尾的字符串.
若要删除全部reported数据, 则应填写"\"null""字符串 \n 若要删除部分reported数据, 则将对应的值定义为null, 如只清除LightSwitch的值应填写"{"LightSwitch":"null"}"

int64_t aiot_shadow_msg_delete_reported_t::version

设备影子的目标版本, 必须大于设备影子的当前版本


该结构体的文档由以下文件生成: