mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: platform/ATCmdParser.h
- 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