Go to file
Christopher Haster d38ccb70a6 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-07-21 18:19:20 -05:00
DnsQuery Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
EthernetInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
MeshInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
NetworkInterface.cpp Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
NetworkInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
Socket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
Socket.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
SocketAddress.cpp Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
SocketAddress.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
TCPServer.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPServer.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
UDPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
UDPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
WiFiInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00