V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Revision:
29:f71a0be59b99
Parent:
28:54d9a550adf1
--- a/WNCInterface/WncControllerK64F/WncController/WncController.h	Mon Oct 09 21:13:49 2017 +0000
+++ b/WNCInterface/WncControllerK64F/WncController/WncController.h	Fri Nov 03 20:28:02 2017 +0000
@@ -308,6 +308,10 @@
     
     //certificate and key object related funtions
     bool getObject(string sObjectName, unsigned char *ucObject, int *iObjectLength);
+    bool getSubjectName(string sObjectName, unsigned char *ucObject, int *iObjectLength);
+    bool getUpdateStatus(unsigned char *cStatus);
+    bool getAllObjects();
+    
     
     ///////////////////////////////////////////
     // Neighborhood Cell Info
@@ -415,6 +419,8 @@
     bool at_closeChannel_wnc(string sChannelID);
     bool at_selectObject_wnc(string sChannelID, string sObject, int *iObjectLength);
     bool at_getObjectBlock_wnc(string sChannelID, string sObject, string sBlock, int *iObjectBlockLength, string *sData);
+    bool at_getSubjectName_wnc(string sChannelID, int *iObjectBlockLength, string *sData);
+    bool at_getUpdateStatus_wnc(string sChannelID, int *iLength, string *sData);
     
     // Utility methods
     void sendCmd(const char * cmd, bool crLf);
@@ -464,9 +470,9 @@
     static bool m_sReadyForSMS;
     
     static string m_sChannelID;
-    static char sOutput[4000];
+    static char sOutput[100];
     static char sCommand[256];
-    static unsigned char ucObject[2500];
+    //static unsigned char ucObject[2500];
 };
 
 };  // End namespace WncController_fk