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: Socket/Socket.h
- Revision:
- 66:a170496ec5cf
- Parent:
- 39:6e94520a3217
--- a/Socket/Socket.h Sat Dec 21 04:25:43 2013 +0000
+++ b/Socket/Socket.h Mon Dec 23 19:07:32 2013 +0000
@@ -18,7 +18,7 @@
#ifndef SOCKET_H_
#define SOCKET_H_
-#include "Cellular.h"
+#include "IPStack.h"
/** Socket file descriptor and select wrapper
*/
@@ -44,7 +44,7 @@
protected:
bool _blocking;
int _timeout;
- mts::Cellular * cellular;
+ mts::IPStack * ip;
};
uIP Socket Modem Shield (Outdated - see below)