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

Method publishNotifications

app/src/MQTT/Publisher.cpp:900–903  ·  view source on GitHub ↗

* @brief Returns whether notifications are mirrored to MQTT. */

Source from the content-addressed store, hash-verified

898 * @brief Returns whether notifications are mirrored to MQTT.
899 */
900bool MQTT::Publisher::publishNotifications() const noexcept
901{
902 return m_publishNotifications;
903}
904
905/**
906 * @brief Returns the configured publisher mode (Mode enum index).

Callers 2

publisherGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected