* @brief Returns the list of available serial ports */
| 596 | * @brief Returns the list of available serial ports |
| 597 | */ |
| 598 | QStringList IO::Drivers::Modbus::serialPortList() const |
| 599 | { |
| 600 | return m_serialPortNames; |
| 601 | } |
| 602 | |
| 603 | /** |
| 604 | * @brief Returns the list of parity options |
no outgoing calls
no test coverage detected