Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
Diff: Socket/Socket.cpp
- Revision:
- 22:a9ec0cad4f84
- Parent:
- 20:dd736d328de6
- Child:
- 24:987e412ae879
diff -r dda155fe5048 -r a9ec0cad4f84 Socket/Socket.cpp --- a/Socket/Socket.cpp Thu Mar 27 07:14:21 2014 +0000 +++ b/Socket/Socket.cpp Thu Mar 27 07:37:55 2014 +0000 @@ -67,14 +67,14 @@ { C_SNIC_UartCommandManager *uartCmdMgr_p = mSnicWifi_p->getUartCommand(); // Get buffer for response payload from MemoryPool - tagMEMPOOL_BLOCK_T *payload_buf = mSnicWifi_p->allocCmdBuf(); + C_SNIC_Core::tagMEMPOOL_BLOCK_T *payload_buf = mSnicWifi_p->allocCmdBuf(); if( payload_buf == NULL ) { printf("createSocket payload_buf NULL\r\n"); return -1; } - tagSNIC_TCP_CREATE_SOCKET_REQ_T req; + C_SNIC_Core::tagSNIC_TCP_CREATE_SOCKET_REQ_T req; int req_len = 0; // Make request