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

shadow模块收到从网络上来的报文时, 通知用户的报文内容 更多...

#include <aiot_shadow_api.h>

aiot_shadow_recv_t 的协作图:
Collaboration graph
[图例]

Public 属性

char * product_key
 消息所属设备的product_key 更多...
 
char * device_name
 消息所属设备的device_name 更多...
 
aiot_shadow_recv_type_t type
 报文内容所对应的报文类型, 更多信息请参考aiot_shadow_recv_type_t 更多...
 
union {
   aiot_shadow_recv_generic_reply_t   generic_reply
 
   aiot_shadow_recv_control_t   control
 
   aiot_shadow_recv_get_reply_t   get_reply
 
data
 消息数据联合体, 不同的消息类型将使用不同的消息结构体 更多...
 

详细描述

shadow模块收到从网络上来的报文时, 通知用户的报文内容

类成员变量说明

char* aiot_shadow_recv_t::product_key

消息所属设备的product_key

char* aiot_shadow_recv_t::device_name

消息所属设备的device_name

aiot_shadow_recv_type_t aiot_shadow_recv_t::type

报文内容所对应的报文类型, 更多信息请参考aiot_shadow_recv_type_t

aiot_shadow_recv_generic_reply_t aiot_shadow_recv_t::generic_reply
aiot_shadow_recv_control_t aiot_shadow_recv_t::control
aiot_shadow_recv_get_reply_t aiot_shadow_recv_t::get_reply
union { ... } aiot_shadow_recv_t::data

消息数据联合体, 不同的消息类型将使用不同的消息结构体


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