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.
Dependents: WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo
Fork of M2XStreamClient by
Revision 24:6a5ba4cfa19a, committed 2016-09-11
- Comitter:
- JMF
- Date:
- Sun Sep 11 02:20:45 2016 +0000
- Parent:
- 23:f32837239193
- Child:
- 25:67079c11d1ea
- Commit message:
- Added deleteLocation function for removing location history.
Changed in this revision
| M2XStreamClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/M2XStreamClient.h Sun Sep 11 02:16:44 2016 +0000
+++ b/M2XStreamClient.h Sun Sep 11 02:20:45 2016 +0000
@@ -233,7 +233,7 @@
// Delete location information for a device. The HTTP status code is
// returned,response is only parsed when the HTTP status code is 200
- int M2XStreamClient::deleteLocations(const char* deviceId,
+ int deleteLocations(const char* deviceId,
const char* from, const char* end);
#endif /* M2X_ENABLE_READER */
