* @brief Returns the polling interval in milliseconds */
| 521 | * @brief Returns the polling interval in milliseconds |
| 522 | */ |
| 523 | quint16 IO::Drivers::Modbus::pollInterval() const |
| 524 | { |
| 525 | return m_pollInterval; |
| 526 | } |
| 527 | |
| 528 | /** |
| 529 | * @brief Returns the TCP port (for Modbus TCP) |