Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
9:0ce800923eda
Parent:
0:8e83b9448758
--- a/Response/WIFIStatusResponse.h	Mon Feb 15 15:17:50 2016 +0000
+++ b/Response/WIFIStatusResponse.h	Wed Mar 16 15:04:46 2016 +0000
@@ -4,8 +4,6 @@
 #include "Payload.h"
 #include "WIFIStatusCode.h"
 
-#include <string>
-
 using namespace std;
 
 namespace SmartLabMuRata
@@ -27,7 +25,7 @@
     /// Present only if WiFi Status code is STA_JOINED or AP_STARTED.
     /// </summary>
     /// <returns></returns>
-    string GetSSID();
+    const char * GetSSID();
 };
 }