MCPcopy Create free account
hub / github.com/KDE/labplot / clientHostName

Method clientHostName

src/backend/datasources/MQTTClient.cpp:221–223  ·  view source on GitHub ↗

! * \brief Returns hostname of the broker the client is connected to. */

Source from the content-addressed store, hash-verified

219 * \brief Returns hostname of the broker the client is connected to.
220 */
221QString MQTTClient::clientHostName() const {
222 return m_client->hostname();
223}
224
225/*!
226 * \brief Returns the port used by the broker.

Callers 3

newLiveDataSourceMethod · 0.80
setMQTTClientMethod · 0.80
removeClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected