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:
22:69ea34ad7fc6
Parent:
21:0c4d90bc84af
--- a/C027Interface.h	Mon Mar 27 14:10:06 2017 -0500
+++ b/C027Interface.h	Mon Mar 27 15:54:45 2017 -0500
@@ -195,6 +195,7 @@
     char _apn[50];
     char _username[25];
     char _password[25];
+		Mutex m; 
     Thread _thread;
     struct {
         void (*callback)(void *);