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 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MBEDEndpoint.cpp
- Revision:
- 9:ff877db53cfd
- Parent:
- 8:45f9a920e82c
- Child:
- 10:748fc7052e61
diff -r 45f9a920e82c -r ff877db53cfd MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp Wed Feb 26 21:29:27 2014 +0000
+++ b/MBEDEndpoint.cpp Wed Feb 26 21:48:57 2014 +0000
@@ -156,13 +156,10 @@
}
// load up our endpoint to the IOC
- void MBEDEndpoint::loadEndpoint() {
- }
+ bool MBEDEndpoint::loadEndpoint() { return this->m_transports[LOAD_TRANSPORT]->loadEndpoint(); }
// update our endpoint with the IOC
- void MBEDEndpoint::updateEndpoint() {
- }
-
+ bool MBEDEndpoint::updateEndpoint() { return this->m_transports[LOAD_TRANSPORT]->updateEndpoint(); }
// close down the Lights
bool MBEDEndpoint::closeLights() {