mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
176:447f873cad2f
Parent:
170:19eb464bc2be
Child:
178:79309dc6340a
--- a/platform/ATCmdParser.h	Wed Oct 11 12:45:49 2017 +0100
+++ b/platform/ATCmdParser.h	Wed Oct 25 14:53:38 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