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