Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

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.