mbed-os/net/NetworkSocketAPI
Christopher Haster 71efccb1e8 Add open call as alternative to passing NetworkInterface at construction
Pros
- Allows memory to be statically allocated
- Avoids issues with Thread creation before entering main
- Matches existing APIs such as FunctionPointer and Ticker

Cons
- Does not enforce passing a NetworkInterface
2016-05-13 11:40:50 -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 Adopt mbed style doxygen comments 2016-05-13 11:40:49 -05:00
Socket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -05:00
Socket.h Add open call as alternative to passing NetworkInterface at construction 2016-05-13 11:40:50 -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