The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
154:fb8e0ae1cceb
Parent:
148:fd96258d940d
--- a/platform/ATCmdParser.h	Wed Oct 11 12:36:33 2017 +0100
+++ b/platform/ATCmdParser.h	Wed Oct 25 14:40:21 2017 +0100
@@ -288,6 +288,16 @@
      * recv operation.
      */
     void abort();
+    
+    /**
+    * Process out-of-band data
+    *
+    * Process out-of-band data in the receive buffer. This function
+    * returns immediately if there is no data to process.
+    *
+    * @return true if oob data processed, false otherwise
+    */
+    bool process_oob(void);
 };
 } //namespace mbed