zoukankan      html  css  js  c++  java
  • 实现绑定的三种方式

    ZigBee Device Object Bind Request– a commissioning tool can tell the device to make a binding record.

    这里的tool不是很理解,暂且理解为上位机的工具吧,因为ti有这个ZTOOL这个工具。

    ZigBee Device Object End Device Bind Request – 2 devices can tell the coordinator that they would like to

    setup a binding table record.  The coordinator will make the match up and create the binding table entries in

    the 2 devices. 

        由协调器控制的。

    Device Application – An application on the device can build or manage a binding table.

    这里是由应用程序还控制的,主要就是在初始化程序的时候对程序进行配置。选定相同endpoint以及cluster ID等。有段endpoint和cluster ID会有后续介绍。

  • 相关阅读:
    linux ioctl
    pkg-config用法和gcc cflags
    boost noncopyable类
    google protobuf使用2
    跨平台编译CMake使用
    Linux epoll
    docker安装
    python 脚本转成exe可执行程序
    shell相关知识
    tcpdump使用
  • 原文地址:https://www.cnblogs.com/farbeyond/p/5204655.html
Copyright © 2011-2022 走看看