Zigbee网络设备启动—基本问题说明.docxVIP

  • 2
  • 0
  • 约2.47万字
  • 约 19页
  • 2023-07-28 发布于四川
  • 举报
记录几个问题: *********************************** 1、 有关设备的启动模式选项:(有待完善): 非自动启动模式 HOLD_AUTO_START:HOLD_AUTO_START is a compile option that will surpress ZDApp from starting the device and wait for the application to start the device.不通过ZDApp(具体讲是ZDOInitDevice())而是等待应用程序来开启设备并初始化建立/加入网络. 软启动模式 SOFT_START:SOFT_START is a compile option that allows the device to start as a coordinator if one isnt found. Otherwise, the device will start as a router.如果没有协调器则作为协调器启动,有则作为路由器启动. 自动启动模式:个人认为就是自动通过ZDApp(具体讲是ZDOInitDevice())来开启设备并初始化建立/加入网络,设备的逻辑类型由所携带的配置文件来决定. *********************************** *************

文档评论(0)

1亿VIP精品文档

相关文档