![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Base channel class. More...
#include <chioch.h>
Inherits BaseSequentialStream.
Inherited by BaseAsynchronousChannel.

Data Fields | |
| struct BaseChannelVMT * | vmt |
| Virtual Methods Table. | |
Base channel class.
This class represents a generic, byte-wide, I/O channel. This class introduces generic I/O primitives with timeout specification.
Definition at line 89 of file chioch.h.
| struct BaseChannelVMT* BaseChannel::vmt |
Virtual Methods Table.
Reimplemented from BaseSequentialStream.
Reimplemented in BaseAsynchronousChannel, and _SerialDriver.
1.7.1