MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / pollInterval

Method pollInterval

app/src/IO/Drivers/Modbus.cpp:523–526  ·  view source on GitHub ↗

* @brief Returns the polling interval in milliseconds */

Source from the content-addressed store, hash-verified

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

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected