mbed-os/net/NetworkSocketAPI
Christopher Haster c3eec0322b Remove shutdown parameter from close call
Pros
- Simplifies interface
- Easier base implementation

Cons
- May need shutdown functionality, in this case shutdown
  can be added as another function in the future
2016-05-13 11:40:51 -05:00
..
DnsQuery Matched changes NetworkSocketAPI 2016-04-06 08:50:56 -05:00
EthernetInterface.h Matched changes NetworkSocketAPI 2016-04-06 08:50:56 -05:00
MeshInterface.h Add mesh interface header file 2016-04-10 23:37:23 -05:00
NetworkInterface.cpp Matched changes NetworkSocketAPI 2016-04-06 08:50:56 -05:00
NetworkInterface.h Remove shutdown parameter from close call 2016-05-13 11:40:51 -05:00
Socket.cpp Remove shutdown parameter from close call 2016-05-13 11:40:51 -05:00
Socket.h Remove shutdown parameter from close call 2016-05-13 11:40:51 -05:00
SocketAddress.cpp Matched changes NetworkSocketAPI 2016-04-06 08:50:56 -05:00
SocketAddress.h Adopt mbed style doxygen comments 2016-05-13 11:40:49 -05:00
TCPServer.cpp Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
TCPServer.h Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
TCPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
TCPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
UDPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
UDPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
WiFiInterface.h Adopt mbed style doxygen comments 2016-05-13 11:40:49 -05:00