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.
class serial_port_base
Name |
Description |
---|---|
Serial port option to permit changing the baud rate. |
|
Serial port option to permit changing the character size. |
|
Serial port option to permit changing the flow control. |
|
Serial port option to permit changing the parity. |
|
Serial port option to permit changing the number of stop bits. |
Name |
Description |
---|---|
~serial_port_base [destructor] |
Protected destructor to prevent deletion through this type. |
Header: asio/serial_port_base.hpp
Convenience header: asio.hpp