关联表问题
时间:10-02
整理:3721RD
点击:
typedef struct
{
UINT16 shortAddr; // Short address of associated device
uint16 addrIdx; // Index from the address manager
byte nodeRelation;
byte devStatus; // bitmap of various status values
byte assocCnt;
byte age;
linkInfo_t linkInfo;
} associated_devices_t;
查了好多资料,没有介绍这个age域功能的,求大神给详细解释下,谢谢!
age用来表示 连续未接收link status 的次数
您可以看一下 http://blog.csdn.net/amd123linux/article/details/12191407 或者 http://cekong123.blog.163.com/blog/static/1477247242013119101830366/
官方有没关于这方面的介绍的?