Link Kit C-SDK
4.0.0
|
devinfo模块收到从网络上来的报文时, 通知用户的报文内容 更多...
#include <aiot_devinfo_api.h>
Public 属性 | |
char * | product_key |
char * | device_name |
aiot_devinfo_recv_type_t | type |
报文内容所对应的报文类型, 更多信息请参考aiot_devinfo_recv_type_t 更多... | |
union { | |
aiot_devinfo_recv_generic_reply_t generic_reply | |
从云端收到的更新或删除设备标签的应答 更多... | |
} | data |
devinfo模块收到从网络上来的报文时, 通知用户的报文内容
char* aiot_devinfo_recv_t::product_key |
char* aiot_devinfo_recv_t::device_name |
aiot_devinfo_recv_type_t aiot_devinfo_recv_t::type |
报文内容所对应的报文类型, 更多信息请参考aiot_devinfo_recv_type_t
aiot_devinfo_recv_generic_reply_t aiot_devinfo_recv_t::generic_reply |
从云端收到的更新或删除设备标签的应答
union { ... } aiot_devinfo_recv_t::data |