mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
46:32a7545dde45
Parent:
44:2740794b059a
Child:
51:15c81f725ba2
--- a/MBEDEndpoint.h	Tue Jul 01 20:59:35 2014 +0000
+++ b/MBEDEndpoint.h	Tue Jul 01 21:26:40 2014 +0000
@@ -66,6 +66,7 @@
         Preferences          *m_preferences;                               // preference support
         char                  m_lcd_status[TEMP_BUFFER_LEN+1];             // LCD status buffer
         char                  m_gw_address[PREFERENCE_VALUE_LEN+1];        // GW address buffer
+        char                  m_gw_port[PREFERENCE_VALUE_LEN+1];           // GW port buffer
         int                   m_instance_id;                               // instance ID for this endpoint
          
     public:
@@ -83,6 +84,7 @@
         
         char *getEndpointName();
         char *getGWAddress();
+        char *getGWPort();
         
         char *getLCDStatus();