Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

serial_port_service::assign

Assign an existing native handle to a serial port.

boost::system::error_code assign(
    implementation_type & impl,
    const native_handle_type & handle,
    boost::system::error_code & ec);

PrevUpHomeNext