Socket interface for C027Interface. Implements the NetworkSocketAPI

Dependencies:   C027_Support

Dependents:   HelloC027Interface U_Blox_DeviceConnector U_Blox_DeviceConnector U-Blox_Client

Fork of LWIPInterface by NetworkSocketAPI

Revision:
15:21d4f56eb172
Parent:
14:3d1845f5cd81
Child:
16:eaf31bd133f0
--- a/C027Interface.h	Thu Apr 21 06:53:31 2016 -0500
+++ b/C027Interface.h	Tue Apr 26 20:34:29 2016 +0000
@@ -160,7 +160,7 @@
     // Modem object
     bool _debug;
     MDMSerial *_mdm;
-    char _ip_address[NSAPI_IP_SIZE];
+    SocketAddress _ip_address;
     char _mac_address[NSAPI_MAC_SIZE];
     char _pin[sizeof "1234"];
 };