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/Type/WIFINetworkDetail.h	Mon Feb 15 15:17:50 2016 +0000
+++ b/Type/WIFINetworkDetail.h	Wed Mar 16 15:04:46 2016 +0000
@@ -9,17 +9,19 @@
 class WIFINetworkDetail : public WIFINetwork
 {
 private:
-    int rssi;
+    int8_t rssi;
     BSSType netType;
     // Max Data Rate (Mbps)
     int maxDataRate;
 
 public :
     WIFINetworkDetail();
+    
+    virtual ~WIFINetworkDetail();
 
     WIFINetworkDetail(const char * SSID, const SecurityMode securityMode, const BSSType networkType, const int rssi, const int maxDataRate);
 
-    int GetRSSI();
+    int8_t GetRSSI();
 
     /// <summary>
     /// Max Data Rate (Mbps)