asio C++ library

PrevUpHomeNext

serial_port_service::set_option

Set a serial port option.

template<
    typename SettableSerialPortOption>
asio::error_code set_option(
    implementation_type & impl,
    const SettableSerialPortOption & option,
    asio::error_code & ec);

PrevUpHomeNext