Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_serial_port::assign

Assign an existing native serial port to the serial port.

void assign(
    const native_handle_type & native_serial_port);
  » more...

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

PrevUpHomeNext