zigbee
Keycer
这个作者很懒,什么都没留下…
展开
-
Zigbee获取设备地址信息
Zigbee获取设备地址信息第一种方法,利用NLME.h里面定义的专门API获取设备自身IEEE地址/** This function will return a pointer to the device's IEEE 64 bit address** This function resides in nwk_util.c.*/extern byte *NLME_转载 2013-05-06 19:17:43 · 1608 阅读 · 0 评论 -
zigbee中常用的结构体
数据发送:AF_DataRequest //数据发送函数typedef struct// afAddrType_t;目的地址结构体变量typedef enum//afAddrMode_t数据传送类型typedef struct// endPointDesc_t;设备端点描述符typedef struct// zAddrType_t;地址变量(长地址或者短地址)typedef转载 2013-05-06 20:37:41 · 5108 阅读 · 2 评论