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