Is there any event or interrupt generated when data is received in the Receive buffer.
Currently i am polling Global_iStatus = sl_Recv(Global_NewSockID, g_cBsdBuf, iTestBufLen, 0); function
to access the recived buffer.
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.
Is there any event or interrupt generated when data is received in the Receive buffer.
Currently i am polling Global_iStatus = sl_Recv(Global_NewSockID, g_cBsdBuf, iTestBufLen, 0); function
to access the recived buffer.