自定义了一个PANID,结果ZDO_JoinConfirmCB返回0xeb,查看定义为ZMacNoData,这是什么原因?
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.
自定义了一个PANID,结果ZDO_JoinConfirmCB返回0xeb,查看定义为ZMacNoData,这是什么原因?
终端调用NLME_JoinRequest入网,查看回调函数ZDO_JoinConfirmCB( uint16 PanId, ZStatus_t Status ),结果参数值Status=0xeb,其中0xeb查询其定义为
#define ZMacNoData 0xeb
为什么会返回这个值呢?