I added functionality to get the RSSI, BER, and Cell Neighbor for reporting connection issues to M2X

Dependencies:   WncControllerK64F

Revision:
28:dceb8da78e6d
Parent:
27:2dc9461c04dc
Child:
29:b278b745fb4f
--- a/Socket/WncTCPSocketConnection.h	Fri Mar 24 21:50:50 2017 +0000
+++ b/Socket/WncTCPSocketConnection.h	Fri Mar 24 22:02:33 2017 +0000
@@ -31,7 +31,7 @@
 /**
 TCP socket connection
 */
-class TCPSocketConnection : public Socket, public WncEndpoint {
+class TCPSocketConnection : public WncSocket, public WncEndpoint {
     
 public:
     TCPSocketConnection();