Link Kit C-SDK
4.0.0
|
shadow模块收到从网络上来的报文时, 通知用户的报文内容 更多...
#include <aiot_shadow_api.h>
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 |
消息数据联合体, 不同的消息类型将使用不同的消息结构体