| 
    Link Kit C-SDK
    4.0.0
    
   | 
 
云端主动下发或更新任务云端返回的数据 更多...
#include <aiot_task_api.h>

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 | 
 1.8.11