|
Link Kit C-SDK
5.0.0
|
回复消息的关键字段 更多...
#include <aiot_gateway_api.h>
成员变量 | |
| uint32_t | id |
| 消息ID,可以与发送的消息ID进行匹配 更多... | |
| int32_t | code |
| 批量操作的状态,200表示成功 更多... | |
| char * | message |
| 如果操作失败,根据message可以查看失败原因 更多... | |
回复消息的关键字段
| uint32_t aiot_gateway_msg_reply_t::id |
消息ID,可以与发送的消息ID进行匹配
| int32_t aiot_gateway_msg_reply_t::code |
批量操作的状态,200表示成功
| char* aiot_gateway_msg_reply_t::message |
如果操作失败,根据message可以查看失败原因
1.8.11