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

Method autoKeepAlive

app/src/IO/Drivers/MQTT.cpp:222–225  ·  view source on GitHub ↗

* @brief Returns whether Qt manages keep-alive PINGREQ automatically. */

Source from the content-addressed store, hash-verified

220 * @brief Returns whether Qt manages keep-alive PINGREQ automatically.
221 */
222bool IO::Drivers::MQTT::autoKeepAlive() const noexcept
223{
224 return m_autoKeepAlive;
225}
226
227/**
228 * @brief Returns whether the clean session flag is set.

Callers 1

subscriberGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected