Link Kit C-SDK  5.0.0
成员变量
aiot_device_msg_result_t结构体 参考

设备消息发送后,返回的消息发送结果,包含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:成功; 其它:错误码


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