DIYmall 0.96" Inch I2c IIC Serial 128x64 Oled LCD LED White Display Module

Dependencies:   Adafruit_GFX SDFileSystem

Fork of ATT_AWS_IoT_demo by AT&T IoT

Revision:
28:4650c541b029
Parent:
23:b9ff83dc965f
diff -r 2f486c766854 -r 4650c541b029 WNCInterface/WNCInterface.h
--- a/WNCInterface/WNCInterface.h	Tue Feb 07 16:18:57 2017 +0000
+++ b/WNCInterface/WNCInterface.h	Tue Oct 09 20:57:34 2018 +0000
@@ -31,7 +31,7 @@
 #ifndef _WNCINTERFACE_H_
 #define _WNCINTERFACE_H_
 
-#define WNC_DEBUG   0   //1=enable the WNC startup debug output
+#define WNC_DEBUG   1   //1=enable the WNC startup debug output
                                 //0=disable the WNC startup debug output
 #define STOP_ON_FE  1   //1=hang forever if a fatal error occurs
                 //0=simply return failed response for all socket calls
@@ -96,7 +96,6 @@
 
 class WNCInterface
 {
-  class WncControllerK64F;  //forward reference the Controller Class
   friend class TCPSocketConnection;
   friend class UDPSocket;
   friend class Endpoint;
@@ -104,6 +103,7 @@
   friend class WNCSms;
 
 public:
+  class WncControllerK64F;  //forward reference the Controller Class
   /** Create WNC Data Module Interface Instance for the device (M14A2A) */
   WNCInterface();
 
@@ -155,7 +155,7 @@
   
 //private:
   static WncController_fk::WncIpStats myNetStats;     //maintaint the network statistics
-  static WncControllerK64F_fk::WncControllerK64F *_pwnc;  //pointer to the WncController instance
+  static WncControllerK64F_fk::WncControllerK64F *_pwnc;  //pointer to the  instance
   static string mac;
 
 };