! * \brief Clear the lastly received message by the will topic * Called when the will topic is changed */
| 921 | * Called when the will topic is changed |
| 922 | */ |
| 923 | void MQTTClient::clearLastMessage() { |
| 924 | m_MQTTWill.willLastMessage.clear(); |
| 925 | } |
| 926 | |
| 927 | /*! |
| 928 | * \brief Sets true the corresponding flag of the statistic type, |