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

Method MQTTUseAuthentication

src/backend/datasources/MQTTClient.cpp:245–247  ·  view source on GitHub ↗

! * \brief Returns whether the broker requires authentication or not. */

Source from the content-addressed store, hash-verified

243 * \brief Returns whether the broker requires authentication or not.
244 */
245bool MQTTClient::MQTTUseAuthentication() const {
246 return m_MQTTUseAuthentication;
247}
248
249/*!
250 * \brief Sets the username and password for the client.

Callers 1

setMQTTClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected