怎么我的协议栈找不到zb_ReadConfiguration,带zb_开头的都找不到。急!
时间:10-02
整理:3721RD
点击:
怎么我的协议栈找不到zb_ReadConfiguration,带zb_开头的都找不到。
您可以使用IAR的搜索功能
Edit-->Find and Replace--->Find in files
/******************************************************************************
* @fn zb_ReadConfiguration
*
* @brief The zb_ReadConfiguration function is used to get a
* Configuration Protperty from Nonvolatile memory.
*
* @param configId - The identifier for the configuration property
* len - The size of the pValue buffer in bytes
* pValue - A buffer to hold the configuration property
*
* @return none
*/
extern uint8 zb_ReadConfiguration( uint8 configId, uint8 len, void *pValue );
该函数在sapi.h