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可以使用长地址发送的吧。我想了解一下长地址发送的方法

核心代码如下

byte exaddrs[8]={0x00,0x12,0x4B,0x00,0x07,0xB9,0x5D,0x2D};
  zclSampleSw_DstAddr.addrMode = (afAddrMode_t)Addr64Bit;
  zclSampleSw_DstAddr.endPoint = 13;
 osal_memcpy( &(zclSampleSw_DstAddr.addr.extAddr),exaddrs,8);

想要发到长地址为00 12 4B 00 07 B9 5D 2D的模块上。貌似这样定义没有效果啊