选用cc3200作为节点接入商用路由器,在调试ti自带例程udp_socket的过程中,发现sl_recvfrom(isockid,buf,len,0,&addr,&addrsize)函数,只能在收到数据后才能从函数中返回的问题。如果出现与路由器连接中断,或者想定时从函数中返回,该怎样做。谢谢
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.
选用cc3200作为节点接入商用路由器,在调试ti自带例程udp_socket的过程中,发现sl_recvfrom(isockid,buf,len,0,&addr,&addrsize)函数,只能在收到数据后才能从函数中返回的问题。如果出现与路由器连接中断,或者想定时从函数中返回,该怎样做。谢谢