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

Dependencies:   WncControllerK64F

Revision:
27:2dc9461c04dc
Parent:
26:81e520908460
Child:
28:dceb8da78e6d
--- a/Socket/WncEndpoint.h	Fri Mar 24 21:43:57 2017 +0000
+++ b/Socket/WncEndpoint.h	Fri Mar 24 21:50:50 2017 +0000
@@ -35,12 +35,12 @@
 
 class UDPSocket;
 
-class Endpoint {
+class WncEndpoint {
     friend class UDPSocket;
 
 public:
-    Endpoint(void);
-    ~Endpoint(void);
+    WncEndpoint(void);
+    ~WncEndpoint(void);
     
     /** Reset the address of the endpoint by clearning the internal endpoint IP address
     \param none