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!