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