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.

C6678 套接字编程问题



最近在学习C6678网络通信的方面,结合MCSDK文件夹中的demo:image_processing_openmp_evmc6678l,其中在mcip_webpage.c中的serve_result_page函数中调用了套接字编程中的recv()函数,但是socket()、bind()、send()等函数都没有被调用,想知道套接字是在哪创建的,处理完成后数据是怎样传回PC机的?