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

云端主动下发或更新任务云端返回的数据 更多...

#include <aiot_task_api.h>

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

Public 属性

aiot_task_recv_type_t type
 
union {
   task_desc_t   notify
 
   task_get_list_reply_t   get_list_reply
 
   task_get_detail_reply_t   get_detail_reply
 
   task_update_reply_t   update_reply
 
data
 

详细描述

云端主动下发或更新任务云端返回的数据

类成员变量说明

aiot_task_recv_type_t aiot_task_recv_t::type
task_desc_t aiot_task_recv_t::notify
task_get_list_reply_t aiot_task_recv_t::get_list_reply
task_get_detail_reply_t aiot_task_recv_t::get_detail_reply
task_update_reply_t aiot_task_recv_t::update_reply
union { ... } aiot_task_recv_t::data

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