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:
27:eb6818ad257a
Parent:
26:b06a19916f05
--- a/api/DataWrapper.h	Fri Mar 20 05:55:22 2015 +0000
+++ b/api/DataWrapper.h	Wed Mar 25 05:12:35 2015 +0000
@@ -83,6 +83,13 @@
         */
         void reset();
         
+        /**
+        Set the new application key
+        @param appkey input the new appkey (encrypted) to set
+        @param appkey_length input the new appkey (encrypted) length
+        */
+        virtual void setAppKey(uint8_t *appkey,int appkey_length);
+        
     protected:
         uint8_t *m_data;