asio C++ library

PrevUpHomeNext

serial_port_service::assign

Assign an existing native handle to a serial port.

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

PrevUpHomeNext