Dependencies: BufferedSerial analogAverager voltageRegulator netStatReg analogMinMax CounterMinMax
Diff: netdevices.h
- Revision:
- 3:ac1f2af8bd0f
- Child:
- 4:98cdccfb17d6
diff -r ec972966689e -r ac1f2af8bd0f netdevices.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netdevices.h Mon Sep 16 14:17:45 2019 +0000 @@ -0,0 +1,11 @@ + +struct netsys +{ + TCPServer srv; + TCPSocket clt_sock; + SocketAddress clt_addr; + int tcpport; + bool isactive; + bool closeconnection; + int sockalivetime; +}; \ No newline at end of file