! * \brief Sets the MQTTClient's reading type to readingType * \param readingType */
| 169 | * \param readingType |
| 170 | */ |
| 171 | void MQTTClient::setReadingType(ReadingType readingType) { |
| 172 | m_readingType = readingType; |
| 173 | } |
| 174 | |
| 175 | /*! |
| 176 | * \brief Returns the MQTTClient's reading type |
no outgoing calls