Link Kit C-SDK
4.0.0
|
subdev模块收到从网络上来的报文时, 通知用户的报文内容 更多...
#include <aiot_subdev_api.h>
Public 属性 | |
aiot_subdev_recv_type_t | type |
报文内容所对应的报文类型, 更多信息请参考aiot_subdev_recv_type_t 更多... | |
union { | |
aiot_subdev_generic_reply_t generic_reply | |
从设备发起请求消息后,收到的云端的应答 更多... | |
aiot_subdev_generic_notify_t generic_notify | |
收到的云端的通知 更多... | |
} | data |
subdev模块收到从网络上来的报文时, 通知用户的报文内容
aiot_subdev_recv_type_t aiot_subdev_recv_t::type |
报文内容所对应的报文类型, 更多信息请参考aiot_subdev_recv_type_t
aiot_subdev_generic_reply_t aiot_subdev_recv_t::generic_reply |
从设备发起请求消息后,收到的云端的应答
aiot_subdev_generic_notify_t aiot_subdev_recv_t::generic_notify |
收到的云端的通知
union { ... } aiot_subdev_recv_t::data |