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.

CC3235S: CC3235S Out of box工程中的linkLocalTask与什么功能相关?!

Part Number: CC3235S

请问out_of_box工程中,linkLocalTask与什么功能相关?

如果不启动linkLocalTask线程,会影响到什么功能?

会影响TCP/IP Socket通讯?

Provisioning功能?

OTA功能?

  • 查看这里的说明:

    //*****************************************************************************
    //
    //! \brief This task handles LinkLocal transactions with the client
    //!
    //! \param[in]  None
    //!
    //! \return None
    //!
    //****************************************************************************
    void * linkLocalTask(void *pvParameters)

    与client相关的都会被影响