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