This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

zigbee rtgItem_t结构体相关问题

Other Parts Discussed in Thread: CC2530, Z-STACK

在 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?与实际不符。