|
ChibiOS/RT
2.6.0 |
Base asynchronous channel class.
This class extends BaseChannel by adding event sources fields for asynchronous I/O for use in an event-driven environment.
Definition at line 258 of file io_channel.h.
#include <io_channel.h>


Data Fields | |
| struct BaseAsynchronousChannelVMT * | vmt |
| Virtual Methods Table. | |
Virtual Methods Table.
Reimplemented from BaseChannel.
Reimplemented in SerialDriver, and SerialUSBDriver.
Definition at line 260 of file io_channel.h.