zoukankan      html  css  js  c++  java
  • bind与command---绑定之命令理解

    首先看TI对绑定的理解:

    A binding is a logical link between two devices at the application layer.

    再看葵花宝典上对绑定的理解:

           Binding is all about connecting an endpoint on this node to one or more endpoints on other nodes.

          Binding in ZigBee allows an endpoint on one node to be connected, or  “ bound ”  to one or more endpoints on another node.

          Binding is unidirectional, in that the switch is bound to the light, but the light isn’t bound to the switch.

    再看zigbee specification上的说明:

            Binding: This is the creation of a unidirectional logical link between a source endpoint/cluster identifier pair and a destination endpoint, which may exist on one or more devices.

           由上面三家的话中我们可以看出,绑定是实现一种逻辑连接(类似计算机网络中的端到端的连接)。请注意:

    1、这种逻辑连接是不同应用之间的逻辑连接,这个应用大多数在不在同一个设备上(有可能在同一个设备           上)。

    2、这里多次提及多endpoint。endpoint是用于标识不同的应用,所以也说明了是不同应用之间的逻辑连接是         通过绑定实现的。

           这里我们看到还是在zigbee specification中的定义最为清晰。所以大家查找资料的时候还是要对应起来看,这样才能便于理解。

  • 相关阅读:
    阅读prettytable 一些代码、get、set 检查参数
    python 库 PrettyTabble 使用与错误
    python 内建模块与第三方模块
    python 排序 堆排序
    python 排序 桶排序
    python 排序冒泡排序与双向冒泡排序
    python 函数式编程 闭包,返回一个函数
    python 排序 选择排序
    python 排序 归并排序
    python 排序 插入排序与希尔排序
  • 原文地址:https://www.cnblogs.com/farbeyond/p/5204600.html
Copyright © 2011-2022 走看看