! * \brief Returns how many values we should store */
| 136 | * \brief Returns how many values we should store |
| 137 | */ |
| 138 | int MQTTClient::keepNValues() const { |
| 139 | return m_keepNValues; |
| 140 | } |
| 141 | |
| 142 | /*! |
| 143 | * \brief Provides information about whether the reading is paused or not |
no outgoing calls
no test coverage detected