ARM mbed M2X API Client: The ARM mbed client library is used to send/receive data to/from AT&T's M2X service from mbed LPC1768 microcontrollers.

Dependents:   m2x-demo-all M2X_MTS_ACCEL_DEMO M2X_MTS_Accel M2X_K64F_ACCEL ... more

Revision:
14:205076b587fe
Parent:
13:0d574742208f
Child:
15:2610823f7f2e
--- a/M2XStreamClient.h	Tue Dec 09 14:36:16 2014 +0000
+++ b/M2XStreamClient.h	Sun Jan 04 05:26:33 2015 +0000
@@ -78,7 +78,8 @@
                   const char* key,
                   int case_insensitive = 1,
                   const char* host = kDefaultM2XHost,
-                  int port = kDefaultM2XPort);
+                  int port = kDefaultM2XPort,
+                  const char* path_prefix = NULL);
 
   // Push data stream value using PUT request, returns the HTTP status code
   template <class T>
@@ -169,6 +170,7 @@
   int _case_insensitive;
   const char* _host;
   int _port;
+  const char* _path_prefix;
   NullPrint _null_print;
 
   // Writes the HTTP header part for updating a stream value