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

Method setWillUpdateType

src/backend/datasources/MQTTClient.cpp:899–901  ·  view source on GitHub ↗

! * \brief Sets the MQTTClient's will update type * * \param willUpdateType */

Source from the content-addressed store, hash-verified

897 * \param willUpdateType
898 */
899void 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

Callers 1

willUpdateTypeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected