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

Method hostname

app/src/MQTT/Publisher.cpp:1012–1015  ·  view source on GitHub ↗

* @brief Returns the broker hostname. */

Source from the content-addressed store, hash-verified

1010 * @brief Returns the broker hostname.
1011 */
1012QString MQTT::Publisher::hostname() const
1013{
1014 return m_hostname;
1015}
1016
1017/**
1018 * @brief Returns the broker authentication username.

Callers 5

publisherGetConfigMethod · 0.45
subscriberGetConfigMethod · 0.45
subscriberGetStatusMethod · 0.45
runTestConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected