ATParser for X-NUCLEO-IDW01M1 module

Dependencies:   BufferedSerial

Dependents:   SPWF01SA-lapi-1 SPWF01SA Nucleo-AWS-IoT-mbed

Fork of ATParser by ST Expansion SW Team

Revision:
20:ea155e6b1fb1
Parent:
12:7d3c3f7ce928
--- a/ATParser.h	Mon Sep 05 07:01:30 2016 +0000
+++ b/ATParser.h	Mon Nov 21 15:42:39 2016 +0000
@@ -88,6 +88,10 @@
         _timeout = timeout;
     }
 
+    int getTimeout(void) {
+        return _timeout;
+    }
+
     /**
     * Sets string of characters to use as line delimiters
     *