! * \brief Sets the MQTTClient's will update type * * \param willUpdateType */
| 897 | * \param willUpdateType |
| 898 | */ |
| 899 | void MQTTClient::setWillUpdateType(WillUpdateType willUpdateType) { |
| 900 | m_MQTTWill.willUpdateType = willUpdateType; |
| 901 | } |
| 902 | |
| 903 | /*! |
| 904 | * \brief Returns the time interval of updating the MQTTClient's will message |
no outgoing calls
no test coverage detected