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:
22:0f2a0269ce6d
Parent:
21:272df0444756
Child:
23:6f6e97a276b9
--- a/MBEDEndpoint.h	Tue Jul 01 19:29:55 2014 +0000
+++ b/MBEDEndpoint.h	Wed Jul 02 20:17:30 2014 +0000
@@ -59,6 +59,9 @@
         Preferences       *m_preferences;                                   // preference support
         char               m_lcd_status[TEMP_BUFFER_LEN+1];                 // LCD status buffer
         char               m_nsp_address[PREFERENCE_VALUE_LEN+1];           // NSP address buffer
+        char               m_nsp_port_str[PREFERENCE_VALUE_LEN+1];          // NSP address port buffer
+        char               m_nsp_port_str_def[PREFERENCE_VALUE_LEN+1];      // NSP address port buffer (default)
+        int                m_nsp_port;                                      // NSP port
         int                m_instance_id;                                   // Instance ID for this endpoint
         
     public:
@@ -69,6 +72,7 @@
         
         char *getEndpointName();
         char *getNSPAddress();
+        int getNSPPort();
         Preferences *preferences();
         
         char *getLCDStatus();