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

Method clientPort

src/backend/datasources/MQTTClient.cpp:228–230  ·  view source on GitHub ↗

! * \brief Returns the port used by the broker. */

Source from the content-addressed store, hash-verified

226 * \brief Returns the port used by the broker.
227 */
228quint16 MQTTClient::clientPort() const {
229 return m_client->port();
230}
231
232/*!
233 * \brief Sets the flag on the given value.

Callers 2

newLiveDataSourceMethod · 0.80
setMQTTClientMethod · 0.80

Calls 1

portMethod · 0.45

Tested by

no test coverage detected