This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
61:0a6ad5ad7726
Parent:
58:03b89038b21a
--- a/mbed/HttpClient.h	Wed Oct 02 08:33:16 2013 +0000
+++ b/mbed/HttpClient.h	Thu Oct 03 04:45:55 2013 +0000
@@ -70,7 +70,7 @@
          * @return
          * true if successful,otherwise false
          */
-        bool read(void* &i_rx_buf,int i_rx_buf_len,short &i_read_len);
+        bool read(void* i_rx_buf,int i_rx_buf_len,short &i_read_len);
         /**
          * Write request body to connected http stream.
          * This function must be call repeatedly until the end of the request content or an error.