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.

原文地址:https://www.cnblogs.com/farbeyond/p/5204620.html