* @brief Returns the index of the currently selected serial port. */
| 300 | * @brief Returns the index of the currently selected serial port. |
| 301 | */ |
| 302 | quint8 IO::Drivers::UART::portIndex() const |
| 303 | { |
| 304 | return m_portIndex; |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * @brief Returns the index of the currently selected parity setting. |
no outgoing calls
no test coverage detected