MCPcopy Create free account
hub / github.com/KDE/labplot / setMQTTWillUse

Method setMQTTWillUse

src/backend/datasources/MQTTClient.cpp:658–662  ·  view source on GitHub ↗

! * \brief Sets whether the user wants to use will message or not * * \param use */

Source from the content-addressed store, hash-verified

656 * \param use
657 */
658void MQTTClient::setMQTTWillUse(bool use) {
659 m_MQTTWill.enabled = use;
660 if (use == false)
661 m_willTimer->stop();
662}
663
664/*!
665 * \brief Returns whether the user wants to use will message or not

Callers 1

useWillMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected