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

Method sslEnabled

app/src/MQTT/Publisher.cpp:876–879  ·  view source on GitHub ↗

* @brief Returns whether SSL/TLS is enabled. */

Source from the content-addressed store, hash-verified

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

Callers 3

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45
buildMqttSslSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected