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

Method password

app/src/MQTT/Publisher.cpp:1028–1031  ·  view source on GitHub ↗

* @brief Returns the broker authentication password. */

Source from the content-addressed store, hash-verified

1026 * @brief Returns the broker authentication password.
1027 */
1028QString MQTT::Publisher::password() const
1029{
1030 return m_password;
1031}
1032
1033/**
1034 * @brief Returns the base MQTT topic for dashboard or raw publishing.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected