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.

API 使用问题



各位大侠好,我是个ZStack协议栈学习的新手,请多指导。

   ZDP_NodeDescReq(zAddrType_t *dstAddr, uint16 NWKAddrOfInterest,byte SecuritySuite);

  zAddrType_t dstAddr;

  shortaddr = 0x796F;
  dstAddr.addrMode= Addr16Bit;
  dstAddr.addr.shortAddr=shortaddr;
  ZDP_NodeDescReq(&dstAddr,shortaddr,0);

 这样调用API可以吗?目的地址dstAddr.addr.shortAddr 与目标设备的16位NWKAddrOfInterest相同,可以吗?

   谢谢!