|
Link Kit C-SDK
5.0.0
|
设备消息发送后,返回的消息发送结果,包含pub/sub消息的ACK 更多...
#include <aiot_device_api.h>
成员变量 | |
| aiot_device_msg_result_type_t | type |
| 返回的ack类型 更多... | |
| int32_t | message_id |
| 消息ID 更多... | |
| int32_t | code |
| 结果,0:成功; 其它:错误码 更多... | |
设备消息发送后,返回的消息发送结果,包含pub/sub消息的ACK
| aiot_device_msg_result_type_t aiot_device_msg_result_t::type |
返回的ack类型
| int32_t aiot_device_msg_result_t::message_id |
消息ID
| int32_t aiot_device_msg_result_t::code |
结果,0:成功; 其它:错误码
1.8.11