! * \brief Returns the size rate */
| 161 | * \brief Returns the size rate |
| 162 | */ |
| 163 | int MQTTClient::sampleSize() const { |
| 164 | return m_sampleSize; |
| 165 | } |
| 166 | |
| 167 | /*! |
| 168 | * \brief Sets the MQTTClient's reading type to readingType |
no outgoing calls
no test coverage detected