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

Files at this revision

API Documentation at this revision

Comitter:
mapellil
Date:
Mon Nov 21 15:42:39 2016 +0000
Parent:
19:537f1380c44a
Commit message:
Added getTimeout

Changed in this revision

ATParser.h Show annotated file Show diff for this revision Revisions of this file
diff -r 537f1380c44a -r ea155e6b1fb1 ATParser.h
--- 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
     *