This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NLME_PermitJoiningRequest错误

调用NLME_PermitJoiningRequest ,返回0x84 是什么错误!!

  • 试试能否找到这个函数原型。
    不知道你是不是使用这个函数时候出问题了,参考这个贴里面回复的参考贴
    e2echina.ti.com/.../89168
  • 以下是函数原型:
    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.
  • 请问能否给出具体的调用代码?在ZComDef.h中并没有0x84 的错误代码