Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_serial_port::assign (2 of 2 overloads)

Assign an existing native serial port to the serial port.

boost::system::error_code assign(
    const native_handle_type & native_serial_port,
    boost::system::error_code & ec);

PrevUpHomeNext