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.

关于ZLL中 zcl_SendCommand()函数返回的错误码:0xc2 的意义是什么

你好

  关于ZLL中zcl_SendCommand()函数返回的错误码:0xc2 的意义是什么呀?

谢谢!

  • ZNwkInvalidRequest --无效请求 0xc2
  • 请问 什么情况 下会 发送信息会反馈 这个?

    我手上有一个 终端设备,  发现关TC_LINKKEY_JOIN 之后, 就不能用长地址发送消息。

    开了TC_LINKKEY_JOIN  之后  就可以用长地址发送消息了

        uint8 CIE_Address[8] = {0x00,0x12,0x4B,0x00,0x07,0xCD,0x11,0x97 };
    
        static afAddrType_t zclCIE_IEEE_Addr;
        zclCIE_IEEE_Addr.addrMode = (afAddrMode_t)Addr64Bit;
        zclCIE_IEEE_Addr.endPoint = 0X0C;
        osal_memcpy( zclCIE_IEEE_Addr.addr.extAddr,CIE_Address, Z_EXTADDR_LEN );
     
        AFstatus = zclSS_IAS_Send_ZoneStatusChangeNotificationCmd(EmerButton_ENDPOINT,
                                                       &zclCIE_IEEE_Addr,
                                                       zclEmerButton_ZoneStatus,0, ZoneID,0,
                                                       WarningRSP, zclEmerButtonSeqNum++ );
  • 在这个节点状态时断网的情况下。