! * \brief Returns the MQTTClient's reading type */
| 176 | * \brief Returns the MQTTClient's reading type |
| 177 | */ |
| 178 | MQTTClient::ReadingType MQTTClient::readingType() const { |
| 179 | return m_readingType; |
| 180 | } |
| 181 | |
| 182 | /*! |
| 183 | * \brief Sets the MQTTClient's update type to updatetype and handles this change |
no outgoing calls
no test coverage detected