* @brief Returns the configured baud rate. */
| 445 | * @brief Returns the configured baud rate. |
| 446 | */ |
| 447 | qint32 IO::Drivers::UART::baudRate() const |
| 448 | { |
| 449 | return m_baudRate; |
| 450 | } |
| 451 | |
| 452 | /** |
| 453 | * @brief Returns the active data bits setting as a QSerialPort enum. |
no outgoing calls
no test coverage detected