* @brief Returns whether SSL/TLS is enabled. */
| 874 | * @brief Returns whether SSL/TLS is enabled. |
| 875 | */ |
| 876 | bool MQTT::Publisher::sslEnabled() const noexcept |
| 877 | { |
| 878 | return m_sslEnabled; |
| 879 | } |
| 880 | |
| 881 | /** |
| 882 | * @brief Returns true while the broker connection is established. |
no outgoing calls
no test coverage detected