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

Method keepAlive

app/src/MQTT/Publisher.cpp:988–991  ·  view source on GitHub ↗

* @brief Returns the keep-alive interval in seconds. */

Source from the content-addressed store, hash-verified

986 * @brief Returns the keep-alive interval in seconds.
987 */
988quint16 MQTT::Publisher::keepAlive() const noexcept
989{
990 return m_keepAlive;
991}
992
993/**
994 * @brief Returns the MQTT client identifier.

Callers 3

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected