• 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.

  • 相关阅读:
    Codeforces 1017E The Supersonic Rocket 凸包,计算几何,字符串,KMP
    Codeforces 1017F The Neutral Zone 数论
    51Nod1253 Kundu and Tree 容斥原理
    扩展中国剩余定理 (exCRT) 的证明与练习
    简单布局
    自创一个百变布局
    ajax上传文件
    DIV+CSS布局
    windowbuilder
    SWT开发工具
  • 原文地址:https://www.cnblogs.com/farbeyond/p/5204620.html
Copyright © 2020-2023  润新知