Link Kit C-SDK
5.0.0
|
网关接收到的消息的完整数据结构 更多...
#include <aiot_gateway_api.h>
成员变量 | |
aiot_gateway_msg_type_t | type |
消息类型,具体类型参考aiot_gateway_msg_type_t 更多... | |
subdev_recv_t * | subdev_table |
子设备列表 参考subdev_recv_t 更多... | |
int32_t | subdev_num |
子设备个数 更多... | |
union { | |
aiot_gateway_msg_reply_t reply | |
回复消息的其它字段 更多... | |
aiot_gateway_msg_topo_change_t topo_change | |
topo变更消息的其它字段 更多... | |
} | data |
网关接收到的消息的完整数据结构
aiot_gateway_msg_type_t aiot_gateway_msg_t::type |
消息类型,具体类型参考aiot_gateway_msg_type_t
subdev_recv_t* aiot_gateway_msg_t::subdev_table |
子设备列表 参考subdev_recv_t
int32_t aiot_gateway_msg_t::subdev_num |
子设备个数
aiot_gateway_msg_reply_t aiot_gateway_msg_t::reply |
回复消息的其它字段
aiot_gateway_msg_topo_change_t aiot_gateway_msg_t::topo_change |
topo变更消息的其它字段
union { ... } aiot_gateway_msg_t::data |