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.
Geek、您好!
我是一名初学者、目前我正在从事基于网络的物联网项目、我一直在从服务器到 cc3200的数据接收过程中、
我从 http_client 程序的 readResponse 函数中成功获得了数据"dataBuffer"
bytesRead = HTTPCli_readResponseBody (httpClient、(char *) dataBuffer、len、.moreFlags);
但我无法将 dataBuffer 值复制到其他变量、请指导我执行此操作。
谢谢。