! * \brief Returns whether the user wants to use will message or not */
| 665 | * \brief Returns whether the user wants to use will message or not |
| 666 | */ |
| 667 | bool MQTTClient::MQTTWillUse() const { |
| 668 | return m_MQTTWill.enabled; |
| 669 | } |
| 670 | |
| 671 | /*! |
| 672 | * \brief Sets the will topic of the client |