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

Method username

app/src/MQTT/Publisher.cpp:1020–1023  ·  view source on GitHub ↗

* @brief Returns the broker authentication username. */

Source from the content-addressed store, hash-verified

1018 * @brief Returns the broker authentication username.
1019 */
1020QString MQTT::Publisher::username() const
1021{
1022 return m_username;
1023}
1024
1025/**
1026 * @brief Returns the broker authentication password.

Callers 3

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected