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

网关接收到的消息的完整数据结构 更多...

#include <aiot_gateway_api.h>

成员变量

aiot_gateway_msg_type_t type
 消息类型,具体类型参考aiot_gateway_msg_type_t 更多...
 
subdev_recv_tsubdev_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

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