for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

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