ho55368 2021-08-27 16:52 采纳率: 0%
浏览 13

Finding and Binding後如何unbind?

跟據例子代碼, 利用BDB Commissioning Modes 的 Finding and Binding後, 應該該怎樣做才可以unbind? 使end device 或 router 脫離 co-ordinator? 有代碼可以參考嗎? 謝謝

 

 

http://doc.iotlucker.com/zigbee/2063537

 

  • 写回答

1条回答 默认 最新

  • 小兔子编程 青少年编程领域优质作者 2023-02-15 20:06
    关注
    
    在finding and binding的情況下,unbind的動作是由End Device或Router要傳出調閱然後等待Co-ordinator回應而解除綁定。代碼例子如下:
    
    //In End Device 及 Router中 
    emberAfFillCommandIdentifyClusterIdentifyQueryRequest(identifyTime); // send out the query 
    
    //In Co-ordinator 
    EmberAfStatus emberAfIdentifyClusterServerCommandIdentifyQueryResponseCallback(uint16_t identifyTime) 
    { 
      // Handle unbind request from the device. 
    }
    
    评论

报告相同问题?

问题事件

  • 创建了问题 8月27日

悬赏问题

  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型