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

Method publishFrequency

app/src/MQTT/Publisher.cpp:924–927  ·  view source on GitHub ↗

* @brief Returns the configured publish rate in Hz. */

Source from the content-addressed store, hash-verified

922 * @brief Returns the configured publish rate in Hz.
923 */
924int MQTT::Publisher::publishFrequency() const noexcept
925{
926 return m_publishFrequencyHz;
927}
928
929/**
930 * @brief Returns the selected MQTT protocol version index.

Callers 2

publisherGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected