asio C++ library

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...

void assign(
    const native_handle_type & native_serial_port,
    asio::error_code & ec);
  » more...

PrevUpHomeNext