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: YDwifi/YDwifi_uartmsg.cpp
- Revision:
- 2:0ba43344c814
- Parent:
- 1:c6e5f49dce5f
- Child:
- 3:9f90024d7fb2
--- a/YDwifi/YDwifi_uartmsg.cpp Fri Mar 07 02:13:09 2014 +0000
+++ b/YDwifi/YDwifi_uartmsg.cpp Tue Mar 11 10:38:36 2014 +0000
@@ -79,7 +79,7 @@
return uart_cmd_len;
}
-unsigned int C_YD_UartMsg::getResponsePayload( unsigned int cmd_len, unsigned char *recvdata_p
+unsigned int C_YD_UartMsg::getResponsePayload( unsigned int recvdata_len, unsigned char *recvdata_p
, unsigned char *command_id_p, unsigned char *payload_p )
{
unsigned short payload_len = 0;
muRata

Murata TypeYD