Obsolete Members for QMqttClient

以下成员源于类 QMqttClient 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) void connectToHostEncrypted (const QString & sslPeerName = QString()) [见下文注意事项]

注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .

成员函数文档编制

void QMqttClient:: connectToHostEncrypted (const QString & sslPeerName = QString())

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Initiates an encrypted connection to the MQTT broker.

sslPeerName specifies the peer name to be passed to the socket.

This function has been deprecated. Use QMqttClient::connectToHostEncrypted (const QSslConfiguration &conf) instead.

注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .