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