Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_serial_port::set_option

Set an option on the serial port.

template<
    typename SettableSerialPortOption>
void set_option(
    const SettableSerialPortOption & option);
  » more...

template<
    typename SettableSerialPortOption>
boost::system::error_code set_option(
    const SettableSerialPortOption & option,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext