nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
24:b62fec3ff73c
Parent:
23:6f6e97a276b9
Child:
28:b6a7959c8be0
--- a/MBEDEndpoint.h	Thu Aug 28 21:17:12 2014 +0000
+++ b/MBEDEndpoint.h	Sat Sep 13 04:27:32 2014 +0000
@@ -96,6 +96,8 @@
         bool closeTransport(int index,char *key);
         bool closeTransports();
         
+        bool autoRegisterWithIOC();
+        
 #ifdef CELLULAR_NETWORK
         bool initializeCellularModem(void *modem);
         bool initializeGPSReceiver(void *gps);