首页 > 移动平台 > 详细

Device Application Binding Manager---绑定管理

时间:2016-02-21 12:50:44      阅读:167      评论:0      收藏:0      [点我收藏+]

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

 

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.

 

Device Application Binding Manager---绑定管理

原文:http://www.cnblogs.com/farbeyond/p/5204620.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!