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:
0:8e83b9448758
Child:
9:0ce800923eda
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Indication/WIFIConnectionIndication.h	Tue Feb 03 21:24:15 2015 +0000
@@ -0,0 +1,26 @@
+#ifndef SmartLab_MuRata_Indication_WIFIConnectionIndication
+#define SmartLab_MuRata_Indication_WIFIConnectionIndication
+
+#include "Payload.h"
+#include "WIFIInterface.h"
+#include "WIFICode.h"
+#include <string>
+
+using namespace std;
+
+namespace SmartLabMuRata
+{
+class WIFIConnectionIndication : public Payload
+{
+public:
+    WIFIConnectionIndication(Payload * payload);
+
+    WIFIInterface GetInterface();
+
+    WIFICode GetStatus();
+
+    string GetSSID();
+};
+}
+
+#endif
\ No newline at end of file