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:
51:b308658817e5
Parent:
50:1a9e2184945e
Child:
52:822611156e35
--- a/api/DynamicResource.h	Tue Apr 14 02:51:23 2015 +0000
+++ b/api/DynamicResource.h	Tue Apr 14 03:02:35 2015 +0000
@@ -164,6 +164,7 @@
     DataWrapper      *m_data_wrapper;
     void             *m_observer;
     uint8_t           m_maxage;
+    uint8_t           m_content_format;
 
     // convenience method to create a string from the NSDL CoAP data buffers...
     string coapDataToString(uint8_t *coap_data_ptr,int coap_data_ptr_length);