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

Method brokerEndpoint

app/src/MQTT/Publisher.cpp:1088–1091  ·  view source on GitHub ↗

* @brief Returns "host:port" for compact display in the status popup. */

Source from the content-addressed store, hash-verified

1086 * @brief Returns "host:port" for compact display in the status popup.
1087 */
1088QString MQTT::Publisher::brokerEndpoint() const
1089{
1090 return QStringLiteral("%1:%2").arg(m_hostname, QString::number(m_port));
1091}
1092
1093/**
1094 * @brief Returns the number of messages successfully published since the singleton booted.

Callers 1

publisherGetStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected