iowfehu;gdbjwHJAOPIHO?L

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
3:fd9d20c4d3f0
Parent:
0:dc55f40eb04f
Child:
5:c83ffd44f40a
--- a/SPWFInterface.h	Tue Apr 19 06:28:52 2016 +0000
+++ b/SPWFInterface.h	Tue Apr 19 07:19:10 2016 +0000
@@ -49,7 +49,6 @@
     virtual     SocketInterface *createSocket(ns_protocol_t proto);
     virtual     void destroySocket(SocketInterface *socket);
     
-    int32_t     init(void);
     void        debug(const char * string);
     void        setid(bool set, int id);
         
@@ -57,8 +56,11 @@
  
     SpwfSADevice _spwf;
     bool _ids[SPWFSA_SOCKET_COUNT];
+    bool isInitialized;
     multimap <char *, vector <uint16_t> > c_table;
 
+    int32_t     init(void);
+        
     // Implementation of the SocketInterface for the SpwfSA
     class SpwfSASocket : public SocketInterface
     {