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:
8:5856c23794b1
Parent:
1:fd19bd683e90
Child:
9:0ce800923eda
--- a/MuRata.h	Sun Feb 08 01:22:29 2015 +0000
+++ b/MuRata.h	Mon Feb 15 15:17:50 2016 +0000
@@ -62,6 +62,9 @@
     bool FrameReceive();
 
     CreateSocketResponse * SNIC_CreateSocket(const SubCommandID subID, const bool bind = false, IPAddress * localIP = NULL, const int localPort = 0);
+    
+    /// Time out when is no data received
+    Timer timer;
 
 public: