! * \brief Returns the MQTTClient's update interval to \c interval * \param interval */
| 121 | * \param interval |
| 122 | */ |
| 123 | int MQTTClient::updateInterval() const { |
| 124 | return m_updateInterval; |
| 125 | } |
| 126 | |
| 127 | /*! |
| 128 | * \brief Sets how many values we should store |
no outgoing calls
no test coverage detected