Link Kit C-SDK  5.0.0
成员变量
aiot_shadow_recv_t结构体 参考

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

#include <aiot_shadow_api.h>

成员变量

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模块收到从网络上来的报文时, 通知用户的报文内容

结构体成员变量说明

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

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


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