|  | 
Get an option from the serial port.
template<
    typename GettableSerialPortOption>
void get_option(
    GettableSerialPortOption & option);
  » more...
template<
    typename GettableSerialPortOption>
void get_option(
    GettableSerialPortOption & option,
    asio::error_code & ec);
  » more...