调用NLME_PermitJoiningRequest ,返回0x84 是什么错误!!
gaoyang9992006:
试试能否找到这个函数原型。
不知道你是不是使用这个函数时候出问题了,参考这个贴里面回复的参考贴
e2echina.ti.com/…/89168
Viki Shi:
以下是函数原型:
NLME_PermitJoiningRequest()This function defines how the next higher layer of a coordinator or router device may permit devices to join its network for a fixed period.
Prototype
ZStatus_t NLME_PermitJoiningRequest( byte PermitDuration );Parameter Details
PermitDuration – The length of time during which the a device (coordinator or router) will be allowing associations. The values 0x00 and 0xff indicate that permission disabled or enabled, respectively without a time limit. Values 0x01 – 0xFE are the number of seconds to allow joining.Return
ZStatus_t –status values defined in ZComDef.h.
Susan Yang:
请问能否给出具体的调用代码?在ZComDef.h中并没有0x84 的错误代码