* @brief Returns the keep-alive interval in seconds. */
| 986 | * @brief Returns the keep-alive interval in seconds. |
| 987 | */ |
| 988 | quint16 MQTT::Publisher::keepAlive() const noexcept |
| 989 | { |
| 990 | return m_keepAlive; |
| 991 | } |
| 992 | |
| 993 | /** |
| 994 | * @brief Returns the MQTT client identifier. |
no outgoing calls
no test coverage detected