asio C++ library

PrevUpHomeNext

serial_port_service::get_option

Get a serial port option.

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

PrevUpHomeNext