Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
22:f337db5c8f6e
Parent:
20:f2dbbd852e08
Child:
23:645790d6a2f0
--- a/Transport.h	Wed Feb 26 21:29:18 2014 +0000
+++ b/Transport.h	Wed Feb 26 21:48:49 2014 +0000
@@ -38,7 +38,10 @@
        virtual bool connect() = 0;
        virtual bool disconnect() = 0;
        
-       virtual void checkAndProcess(); 
+       virtual void checkAndProcess();
+       
+       virtual bool loadEndpoint();
+       virtual bool updateEndpoint(); 
        
        void setEndpoint(void *endpoint);
        void *getEndpoint();