! * \brief Returns the MQTTClient's will update type */
| 888 | * \brief Returns the MQTTClient's will update type |
| 889 | */ |
| 890 | MQTTClient::WillUpdateType MQTTClient::willUpdateType() const { |
| 891 | return m_MQTTWill.willUpdateType; |
| 892 | } |
| 893 | |
| 894 | /*! |
| 895 | * \brief Sets the MQTTClient's will update type |
no outgoing calls
no test coverage detected