helpfor studient

Dependents:   STM32_F103-C8T6basecanblink_led

Fork of mbed-dev by mbed official

Revision:
177:447f873cad2f
Parent:
170:19eb464bc2be
Child:
179: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