zoukankan      html  css  js  c++  java
  • Device Application Binding Manager---绑定管理

    这里主要是一些函数,用于管理一个设备上的绑定表的相关信息。这些都假定绑定已经建立,且绑定信息已经存在。

    Another way to enter binding entries on the device is for the application to manage the binding table f

    Meaning that the application will enter and remove binding table entries locally by calling the following

    table management functions (ref. Z-Stack API Document – Binding Table Management section):

      bindAddEntry() – Add entry to binding table

      bindRemoveEntry() – Remove entry from binding table

      bindRemoveClusterIdFromList() – Remove a cluster ID from an existing binding table e

      bindAddClusterIdToList() – Add a cluster ID to an existing binding table entry

      bindRemoveDev() – Remove all entries with an address reference

      bindRemoveSrcDev() – Remove all entries with a referenced source address

      bindUpdateAddr () – Update entries to another address

      bindFindExisting () – Find a binding table entry

      bindIsClusterIDinList() – Check for an existing cluster ID in a table entry

      bindNumBoundTo() – Number of entries with the same address (source or destination) 

      bindNumOfEntries() – Number of table entries

      bindCapacity() – Maximum entries allowed

      BindWriteNV() – Update table in NV.

  • 相关阅读:
    判断当前时间为星期几
    springboot+mysql数据源切换
    表单上传图片
    po,vo,bo,dto,dao解释
    生成电脑的SSH key
    单例模式
    事物的特性和隔离级别
    springAOP自定义注解讲解
    Spring依赖注入(DI)的三种方式
    redis持久化
  • 原文地址:https://www.cnblogs.com/farbeyond/p/5204620.html
Copyright © 2011-2022 走看看