* @brief Returns the index of the currently selected data bits setting. */
| 316 | * @brief Returns the index of the currently selected data bits setting. |
| 317 | */ |
| 318 | quint8 IO::Drivers::UART::dataBitsIndex() const |
| 319 | { |
| 320 | return m_dataBitsIndex; |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * @brief Returns the index of the currently selected stop bits setting. |
no outgoing calls
no test coverage detected