NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: Socket.cpp
- Revision:
- 87:94e2cf3a06be
- Parent:
- 86:7ca9776b9cc0
- Child:
- 89:b1d417383c0d
--- a/Socket.cpp Tue Apr 05 23:39:54 2016 +0000 +++ b/Socket.cpp Tue Apr 05 23:47:04 2016 +0000 @@ -16,7 +16,7 @@ #include "Socket.h" -Socket::Socket(NetworkInterface *iface, NetworkInterface::protocol_t proto) +Socket::Socket(NetworkInterface *iface, nsapi_protocol_t proto) : _iface(iface) , _blocking(true) , _timeout(0)