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

Method peerVerifyDepth

app/src/MQTT/Publisher.cpp:916–919  ·  view source on GitHub ↗

* @brief Returns the SSL peer-verification depth. */

Source from the content-addressed store, hash-verified

914 * @brief Returns the SSL peer-verification depth.
915 */
916int MQTT::Publisher::peerVerifyDepth() const noexcept
917{
918 return m_peerVerifyDepth;
919}
920
921/**
922 * @brief Returns the configured publish rate in Hz.

Callers 3

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45
buildMqttSslSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected