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.

协调器使用长地址(MAC)地址给终端发送命令,遇到编译问题

 uint8 ieee[Z_EXTADDR_LEN] ={0x00,0x12,0x4b,0x00,0x05,0x52,0x7c,0x6d};

zclSampleLight_DstAddr.addrMode = (afAddrMode_t)Addr64Bit;

zclSampleLight_DstAddr.endPoint = 12;

   zclSampleLight_DstAddr.addr.extAddr = (afAddrMode_t)ieee;

问题出在最后一条上,提示是must be a modifiable lvalue