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.
Dependents: M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more
Diff: io/MTSBufferedIO.cpp
- Revision:
- 36:bb6b293c7495
- Parent:
- 17:2d7c4ea7491b
- Child:
- 40:14342c4de476
--- a/io/MTSBufferedIO.cpp Wed Dec 18 23:05:31 2013 +0000
+++ b/io/MTSBufferedIO.cpp Thu Dec 19 16:47:26 2013 +0000
@@ -77,24 +77,4 @@
rxBuffer->clear();
}
-int MTSBufferedIO::txAvailable()
-{
- return txBuffer->available();
-}
-
-int MTSBufferedIO::rxAvailable()
-{
- return rxBuffer->available();
-}
-
-int MTSBufferedIO::txCapacity()
-{
- return txBuffer->capacity();
-}
-
-int MTSBufferedIO::rxCapacity()
-{
- return rxBuffer->capacity();
-}
-
#endif /* MTSBUFFEREDSERIAL_CPP */
\ No newline at end of file
uIP Socket Modem Shield (Outdated - see below)