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: 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:
