内容如标题
Viki Shi:
// Neighbor table entrytypedef struct{ uint16 neighborAddress; uint8 neighborExtAddr[Z_EXTADDR_LEN]; uint16 panId; uint8 age; // number of nwkLinkStatusPeriod since last link status linkInfo_t linkInfo;} neighborEntry_t;
one Man:
回复 Viki Shi:
那就是不包含咯,为什么ZigBee标准文档中说neighbor table包含
2.7.1.3.4 Neighbor tables
The neighbor table of a device shall contain information on every device within transmission range up to
some implementation-dependent limit. The information in stored in the neighbor table is used for a variety
of purposes, however, not all fields described in this subsection are required for the operation of a ZigBee
device. Each entry in the table shall contain the following information about a neighboring device:
— PAN identifier
— Extended address if device is parent or child
— Network address
— Device type
— Relationship
TI中文支持网