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.

  • 相关阅读:
    开发一个struts2的实例
    5个让DBA爱上你的SQL技巧
    实现struts2框架
    8张图带你理解Java整个只是网络(转载)
    jQuery实例属性和方法
    jQuery扩展工具方法
    javaEE的十三个技术规范
    Spring学习笔记5---cope(作用越)理解
    Spring学习笔记4----Spring IOC例子
    Spring学习笔记3---Spring简介
  • 原文地址:https://www.cnblogs.com/farbeyond/p/5204620.html
Copyright © 2011-2022 走看看