* @brief Returns the index of the currently selected flow control setting. */
| 332 | * @brief Returns the index of the currently selected flow control setting. |
| 333 | */ |
| 334 | quint8 IO::Drivers::UART::flowControlIndex() const |
| 335 | { |
| 336 | return m_flowControlIndex; |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * @brief Returns a list with the available serial devices/ports (with "Select Port" placeholder at |