t
Fork of mbed-dev by
Diff: platform/ATCmdParser.h
- Revision:
- 177:447f873cad2f
- Parent:
- 171:19eb464bc2be
--- 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