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.
Dependencies: C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: HTTPTransport.h
- Revision:
- 9:ff877db53cfd
- Parent:
- 7:f570eb3f38cd
- Child:
- 10:748fc7052e61
diff -r 45f9a920e82c -r ff877db53cfd HTTPTransport.h
--- a/HTTPTransport.h Wed Feb 26 21:29:27 2014 +0000
+++ b/HTTPTransport.h Wed Feb 26 21:48:57 2014 +0000
@@ -38,6 +38,9 @@
bool httpPost(char *url,char *data,int data_length,char *result,int result_length);
bool httpDelete(char *url,char *data,int data_length);
+ virtual bool loadEndpoint();
+ virtual bool updateEndpoint();
+
virtual bool connect();
virtual bool disconnect();
};