Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: at/ATCommandsInterface.h
- 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;
