! * \brief Pause the reading from messages. */
| 80 | * \brief Pause the reading from messages. |
| 81 | */ |
| 82 | void MQTTClient::pauseReading() { |
| 83 | m_paused = true; |
| 84 | if (m_updateType == UpdateType::TimeInterval) |
| 85 | m_updateTimer->stop(); |
| 86 | } |
| 87 | |
| 88 | /*! |
| 89 | * \brief Sets the filter of the MQTTClient. |
no outgoing calls