local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Revision:
41:8bec5a8ea878
Parent:
22:06fb2a93a1f6
Child:
50:8ad4cb12749d
--- a/at/ATCommandsInterface.h	Thu Sep 20 08:04:43 2012 +0000
+++ b/at/ATCommandsInterface.h	Fri Sep 21 11:10:32 2012 +0000
@@ -113,7 +113,8 @@
   void process(); //Processing thread
 
   IOStream* m_pStream;
-  bool m_open;
+  
+  bool m_open; //< TRUE when the AT interface is open, and FALSE when it is not.
 
   const char* m_transactionCommand;
   const char* m_transactionData;