◆ Impl()
| QtPdCom::Process::Impl::Impl |
( |
Process * | process | ) |
|
|
inline |
References appName, connectionState, defaultProcess, defaultSslConfig, QtPdCom::Process::Disconnected, messageManager, QtPdCom::Process::Process(), process, rxBytes, socket, socketValid, and txBytes.
◆ connectToHost()
| void QtPdCom::Process::Impl::connectToHost |
( |
const QString & | address, |
|
|
quint16 | port ) |
References caCertificates, caMode, QtPdCom::Process::Connecting, QtPdCom::Process::CustomCAs, defaultSslConfig, QtPdCom::Process::IgnoreCertificate, QtPdCom::Process::NoTLS, QtPdCom::Process::port, privateCert, privateKey, setConnectionState(), socket, and url.
◆ setConnectionState()
| void QtPdCom::Process::Impl::setConnectionState |
( |
ConnectionState const | state | ) |
|
|
inline |
◆ appName
| QString QtPdCom::Process::Impl::appName |
Our application name, that is announced to the server.
Default: QtPdCom1.
Referenced by Impl().
◆ caCertificates
| QList<QSslCertificate> QtPdCom::Process::Impl::caCertificates |
◆ caMode
◆ clientStatisticsQueue
◆ connectionState
◆ currentFindVariablePromise
◆ currentListPromise
◆ defaultProcess
◆ defaultSslConfig
| const QSslConfiguration QtPdCom::Process::Impl::defaultSslConfig |
◆ errorString
| QString QtPdCom::Process::Impl::errorString |
Error reason.
Set, before error() is emitted.
◆ findVariableQueue
◆ listVariableQueue
| QQueue<ListPromise> QtPdCom::Process::Impl::listVariableQueue |
◆ messageManager
◆ pingQueue
◆ privateCert
| QSslCertificate QtPdCom::Process::Impl::privateCert |
◆ privateKey
| QSslKey QtPdCom::Process::Impl::privateKey |
◆ process
| Process* const QtPdCom::Process::Impl::process |
◆ rxBytes
| quint64 QtPdCom::Process::Impl::rxBytes |
◆ socket
| QSslSocket QtPdCom::Process::Impl::socket |
◆ socketValid
| bool QtPdCom::Process::Impl::socketValid |
Connection state of the socket.
Referenced by Impl().
◆ txBytes
| quint64 QtPdCom::Process::Impl::txBytes |
◆ url
| QUrl QtPdCom::Process::Impl::url |
The documentation for this struct was generated from the following file: