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.
Fork of MTS-Cellular by
Diff: Cellular/EasyIP.h
- Revision:
- 34:7d412c989964
- Parent:
- 33:3b6f3904dde0
- Child:
- 43:91c5e53f508f
--- a/Cellular/EasyIP.h Wed Jul 16 14:26:10 2014 +0000 +++ b/Cellular/EasyIP.h Wed Jul 16 15:05:10 2014 +0000 @@ -41,11 +41,12 @@ * @returns a reference to the single Cellular obect that has been created. */ EasyIP(Radio type); + /** Destructs a Cellular object and frees all related resources. */ ~EasyIP(); + /** Initializes the MTS IO buffer - * INCOMPLETE */ virtual bool init(MTSBufferedIO* io);