erkin yucel / mbed-os

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

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>

Inherits IOStream.


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.