在 ZDProfile.h 中
typedef struct
{
uint16 dstAddress; // Destination short address
uint16 nextHopAddress; // next hop short address
uint8 expiryTime; // expiration time - not used for response
uint8 status; // route entry status
uint8 options;
} rtgItem_t;
我调用了这个结构体中的nextHopAddress,并用串口显示出来,这个应该是节点的下一跳地址吧?为什么每个设备的下一跳地址都显示为BD70?与实际不符。