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.h
- Revision:
- 2:0ba43344c814
- Parent:
- 1:c6e5f49dce5f
- Child:
- 7:e88ccbe0225f
--- a/YDwifi/YDwifi_uartmsg.h Fri Mar 07 02:13:09 2014 +0000
+++ b/YDwifi/YDwifi_uartmsg.h Tue Mar 11 10:38:36 2014 +0000
@@ -108,8 +108,13 @@
/** Get uart command from receive data.
+ @param recvdata_len Receive data length
+ @param recvdata_p Pointer of received data from UART
+ @param command_id_p Pointer of command ID[output]
+ @param payload_p Pointer of payload[output]
+ @return Payload length
*/
- static unsigned int getResponsePayload( unsigned int cmd_len, unsigned char *recvdata_p
+ static unsigned int getResponsePayload( unsigned int recvdata_len, unsigned char *recvdata_p
, unsigned char *command_id_p, unsigned char *payload_p );
protected:
muRata

Murata TypeYD