* @brief Returns the index of the currently selected parity setting. */
| 308 | * @brief Returns the index of the currently selected parity setting. |
| 309 | */ |
| 310 | quint8 IO::Drivers::UART::parityIndex() const |
| 311 | { |
| 312 | return m_parityIndex; |
| 313 | } |
| 314 | |
| 315 | /** |
| 316 | * @brief Returns the index of the currently selected data bits setting. |
no outgoing calls
no test coverage detected