$search
#include <serial_port_base.hpp>
Classes | |
| class | baud_rate |
| Serial port option to permit changing the baud rate. More... | |
| class | character_size |
| Serial port option to permit changing the character size. More... | |
| class | flow_control |
| Serial port option to permit changing the flow control. More... | |
| class | parity |
| Serial port option to permit changing the parity. More... | |
| class | stop_bits |
| Serial port option to permit changing the number of stop bits. More... | |
Protected Member Functions | |
| ~serial_port_base () | |
| Protected destructor to prevent deletion through this type. | |
The serial_port_base class is used as a base for the basic_serial_port class template so that we have a common place to define the serial port options.
Definition at line 45 of file serial_port_base.hpp.
| asio::serial_port_base::~serial_port_base | ( | ) | [inline, protected] |
Protected destructor to prevent deletion through this type.
Definition at line 138 of file serial_port_base.hpp.