![]() |
Home | Libraries | People | FAQ | More |
Construct a serial_port
without opening
it.
serial_port( boost::asio::io_context & io_context);
This constructor creates a serial port without opening it.
The io_context
object that
the serial port will use to dispatch handlers for any asynchronous
operations performed on the port.