TI中文支持网
TI专业的中文技术问题搜集分享网站

函数 ZDP_MgmtDirectJoinReq( zAddrType_t *dstAddr, uint8 *deviceAddr, byte capInfo, byte SecurityEnable )的capinfo功能有哪些

ti的工程师请问,函数ZDP_MgmtDirectJoinReq( zAddrType_t *dstAddr,
uint8 *deviceAddr,
byte capInfo,
byte SecurityEnable )中的capInfo参数有哪些信息和一样,有什么功能作用,请指导下,谢谢!

Susan Yang:

ZDP_MgmtDirectJoinReq ()

如果设备支持该(可选的)命令,调用此函数将生成一个让目标设备直接加入另一个设备的请求。只有ZDO_MGMT_JOINDIRECT_REQUEST的编译标志已在ZDConfig.h中设置或设置为一个普通编译标志,主调程序才可调用此函数。

函数原型

afStatus_t ZDP_ MgmtDirectJoin Req( zAddrType_t *dstAddr, byte *deviceAddr, byte capInfo, byte SecurityEnable );

参数描述

DstAddr—目的地址。

deviceAddr—要加入的设备的64位地址(8个字节)。

capInfo—要加入的设备的容量信息。

赞(0)
未经允许不得转载:TI中文支持网 » 函数 ZDP_MgmtDirectJoinReq( zAddrType_t *dstAddr, uint8 *deviceAddr, byte capInfo, byte SecurityEnable )的capinfo功能有哪些
分享到: 更多 (0)