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.

怎么我的协议栈找不到zb_ReadConfiguration,带zb_开头的都找不到。急!!!

怎么我的协议栈找不到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