* @brief Returns the TCP host address (for Modbus TCP) */
| 537 | * @brief Returns the TCP host address (for Modbus TCP) |
| 538 | */ |
| 539 | QString IO::Drivers::Modbus::host() const |
| 540 | { |
| 541 | return m_host; |
| 542 | } |
| 543 | |
| 544 | /** |
| 545 | * @brief Returns the list of available Modbus protocols |
no outgoing calls
no test coverage detected