* @brief Returns the serial port index */
| 564 | * @brief Returns the serial port index |
| 565 | */ |
| 566 | quint8 IO::Drivers::Modbus::serialPortIndex() const |
| 567 | { |
| 568 | return m_serialPortIndex; |
| 569 | } |
| 570 | |
| 571 | /** |
| 572 | * @brief Returns the parity index |
no outgoing calls
no test coverage detected