ZigBee重要结构及表解释.docVIP

  • 5
  • 0
  • 约5.49千字
  • 约 5页
  • 2016-11-07 发布于天津
  • 举报
ZigBee重要结构及表解释.doc

ZigBee重要结构及表解释各表中的元素结构: 1、组表的元素结构 aps_Group_t; typedef struct { uint16 ID;?????????????????????? // 组ID uint8 name[APS_GROUP_NAME_LEN]; // 组名称 } aps_Group_t;2、组列表的元素结构 typedef struct apsGroupItem { struct apsGroupItem *next; //指向下一个组表条目 uint8??????????????? endpoint; //此终端接收发送给组的信息 aps_Group_t????????? group; //组ID和组名 } apsGroupItem_t;3、路由表的元素结构 rtgEntry_t; typedef struct { uint16 dstAddress;???????????????? //目标地址 uint16 nextHopAddress;???????? //单跳地址 byte??? expiryTime;?????????????? //有效时间 byte??? status;??????????????????????? //状态 } rtgEntry_t;4、绑定表的元素结构 BindingEntry_t; typedef struct {

文档评论(0)

1亿VIP精品文档

相关文档