#include <SerialDataInterface.hh>
Definition at line 9 of file SerialDataInterface.hh.
◆ DataBits
◆ Parity
◆ StopBits
◆ ~SerialDataInterface()
openmsx::SerialDataInterface::~SerialDataInterface |
( |
| ) |
|
|
protecteddefault |
◆ recvByte()
virtual void openmsx::SerialDataInterface::recvByte |
( |
byte |
value, |
|
|
EmuTime::param |
time |
|
) |
| |
|
pure virtual |
Implemented in openmsx::DummyMidiOutDevice, openmsx::DummyRS232Device, openmsx::I8251, openmsx::MidiOutConnector, openmsx::MidiOutDevice, openmsx::MidiOutLogger, openmsx::MSXFacMidiInterface, openmsx::MSXMidi, openmsx::MSXRS232, openmsx::RS232Connector, openmsx::RS232Net, and openmsx::RS232Tester.
Referenced by openmsx::I8251::execTrans().
◆ setDataBits()
virtual void openmsx::SerialDataInterface::setDataBits |
( |
DataBits |
bits | ) |
|
|
pure virtual |
◆ setParityBit()
virtual void openmsx::SerialDataInterface::setParityBit |
( |
bool |
enable, |
|
|
Parity |
parity |
|
) |
| |
|
pure virtual |
◆ setStopBits()
virtual void openmsx::SerialDataInterface::setStopBits |
( |
StopBits |
bits | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: