New cellular update

Dependencies:  

Fork of ublox-at-cellular-interface-ext by u-blox

Revision:
16:a9ffebec6523
Parent:
11:3631f62bb359
Child:
22:46b7bd7979f0
--- a/UbloxATCellularInterfaceExt.h	Wed Jun 06 16:40:57 2018 +0500
+++ b/UbloxATCellularInterfaceExt.h	Thu Jun 21 15:51:37 2018 +0500
@@ -202,6 +202,7 @@
      * @param httpCustomPar   the parameter for a user defined HTTP Content-Type.
      * @param buf             the buffer to read into.
      * @param len             the size of the buffer to read into.
+     * @param read_size		  Zero initialized variable address
      * @return                NULL if successful, otherwise a pointer to
      *                        a Error struct containing the error class and error
      *                        code, see section Appendix A.B of
@@ -210,7 +211,7 @@
     Error * httpCommand(int httpProfile, HttpCmd httpCmd, const char* httpPath,
                         const char* rspFile, const char* sendStr,
                         int httpContentType, const char* httpCustomPar,
-                        char* buf, int len);
+                        char* buf, int len, int *read_size = NULL);
 
     /**********************************************************************
      * PUBLIC: FTP