SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: Socket/Socket.cpp
- Revision:
- 22:a9ec0cad4f84
- Parent:
- 20:dd736d328de6
- Child:
- 24:987e412ae879
--- 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
muRata

Murata TypeYD