modified u-blox modem driver

Dependencies:   CellularModem USBHost

Fork of CellularUSBModem by mbed official

Embed: (wiki syntax)

« Back to documentation index

IOSerialStream Class Reference

IOSerialStream Class Reference

Input Serial Stream for physical serial interfaces (UART...) This class is not thread-safe, except for the *Abort() methods that can be called by any thread/ISR. More...

#include <IOSerialStream.h>


Detailed Description

Input Serial Stream for physical serial interfaces (UART...) This class is not thread-safe, except for the *Abort() methods that can be called by any thread/ISR.

Definition at line 32 of file IOSerialStream.h.