! * \brief Sets false the corresponding flag of the statistic type, * what means that the given statistic will no longer be added to the will message * * \param statistics */
| 941 | * \param statistics |
| 942 | */ |
| 943 | void MQTTClient::removeWillStatistics(WillStatisticsType statistic) { |
| 944 | m_MQTTWill.willStatistics[static_cast<int>(statistic)] = false; |
| 945 | } |
| 946 | |
| 947 | /*! |
| 948 | * \brief Returns a bool vector, meaning which statistic types are included in the will message |