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 SNICInterface by
Diff: SNIC/SNIC_UartMsgUtil.h
- Revision:
- 36:f33fcf5975ab
- Parent:
- 34:8c3527b8f44e
- Child:
- 39:a1233ca02edf
--- a/SNIC/SNIC_UartMsgUtil.h Tue Jun 10 10:19:48 2014 +0000 +++ b/SNIC/SNIC_UartMsgUtil.h Thu Jun 19 10:15:47 2014 +0000 @@ -142,14 +142,6 @@ C_SNIC_UartMsgUtil(); virtual ~C_SNIC_UartMsgUtil(); - /** Make SNIC UART command payload. - @param cmd_len Command length - @param cmd_p Command pointer - @param payload_p Payload pointer[output] - @return payload length - */ - static unsigned short makePayload( unsigned int cmd_len, unsigned char *cmd_p, unsigned char *payload_p ); - /** Make SNIC UART command. @param cmd_id Command ID @param payload_p Payload pointer