mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
53:458c2730e086
Parent:
52:822611156e35
Child:
60:167e8f021e30
--- a/api/DynamicResource.h	Tue Apr 14 04:00:01 2015 +0000
+++ b/api/DynamicResource.h	Tue Apr 14 13:44:41 2015 +0000
@@ -142,13 +142,13 @@
     Set the content format for responses
     @param content_format short integer CoAP content-format ID
     */
-    void set_content_format(uint8_t content_format);
+    void setContentFormat(uint8_t content_format);
 
     /**
     Set the max-age for cache control of responses in a proxy cache
     @param maxage short integer CoAP max-age in seconds
     */
-    void set_maxage(uint8_t maxage);
+    void setMaxAge(uint8_t maxage);
 
     /**
     Set the data wrapper