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);