My fork
Dependencies: WncControllerK64F
Fork of WNCInterface by
Diff: Socket/WncSocket.h
- Revision:
- 28:dceb8da78e6d
- Parent:
- 26:81e520908460
--- a/Socket/WncSocket.h Fri Mar 24 21:50:50 2017 +0000 +++ b/Socket/WncSocket.h Fri Mar 24 22:02:33 2017 +0000 @@ -33,11 +33,11 @@ #define SOCK_DGRAM 2 //a UDP Socket type /** Socket file descriptor and select wrapper */ -class Socket { +class WncSocket { public: - Socket(); - ~Socket(); + WncSocket(); + ~WncSocket(); int init(int timeout=1500);