! * \brief Returns whether the broker requires authentication or not. */
| 243 | * \brief Returns whether the broker requires authentication or not. |
| 244 | */ |
| 245 | bool MQTTClient::MQTTUseAuthentication() const { |
| 246 | return m_MQTTUseAuthentication; |
| 247 | } |
| 248 | |
| 249 | /*! |
| 250 | * \brief Sets the username and password for the client. |