! * \brief Returns whether the user wants to set the client ID or not. */
| 285 | * \brief Returns whether the user wants to set the client ID or not. |
| 286 | */ |
| 287 | bool MQTTClient::MQTTUseID() const { |
| 288 | return m_MQTTUseID; |
| 289 | } |
| 290 | |
| 291 | /*! |
| 292 | * \brief Sets the ID of the client |