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.

CC 3100 - pSock->EventData.status == 0xFF95, what does the status mean

Other Parts Discussed in Thread: CC3100

Hi Everyone,

I got a socket event came to "void SimpleLinkSockEventHandler(SlSockEvent_t *pSock)" function with the value of pSock->EventData.status == 0xFF95.

pSock->Event is SL_SOCKET_TX_FAILED_EVENT

What does 0xFF95 mean?

I set up CC3100 in AP mode, 2 tcp/ip servers, one at port number 23 and the other at port number 8080.

I transmit data between these 2 connections for testing purpose.

I got the error status of 0xFF95 and would like to know what the code mean. I do not use security.

Thanks in advance!