! * \brief Sets true the corresponding flag of the statistic type, * what means that the given statistic type will be added to the will message * * \param statistics */
| 931 | * \param statistics |
| 932 | */ |
| 933 | void MQTTClient::addWillStatistics(WillStatisticsType statistic) { |
| 934 | m_MQTTWill.willStatistics[static_cast<int>(statistic)] = true; |
| 935 | } |
| 936 | |
| 937 | /*! |
| 938 | * \brief Sets false the corresponding flag of the statistic type, |