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

Method customClientId

app/src/MQTT/Publisher.cpp:1004–1007  ·  view source on GitHub ↗

* @brief Returns true when the user has opted to manage the client id manually. */

Source from the content-addressed store, hash-verified

1002 * @brief Returns true when the user has opted to manage the client id manually.
1003 */
1004bool MQTT::Publisher::customClientId() const noexcept
1005{
1006 return m_customClientId;
1007}
1008
1009/**
1010 * @brief Returns the broker hostname.

Callers 2

publisherGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected