MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / cleanSession

Method cleanSession

app/src/MQTT/Publisher.cpp:892–895  ·  view source on GitHub ↗

* @brief Returns the broker clean-session flag. */

Source from the content-addressed store, hash-verified

890 * @brief Returns the broker clean-session flag.
891 */
892bool MQTT::Publisher::cleanSession() const noexcept
893{
894 return m_cleanSession;
895}
896
897/**
898 * @brief Returns whether notifications are mirrored to MQTT.

Callers 3

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected