QKnxSecuredServiceInfo Struct
The QKnxSecuredServiceInfo class contains the supported service family and the corresponding required security version. More...
Header: | #include <QKnxSecuredServiceInfo> |
qmake: | QT += knx |
Since: | Qt 5.12 |
This struct was introduced in Qt 5.12.
Public Variables
quint8 | RequiredSecurityVersion |
QKnxNetIp::ServiceFamily | ServiceFamily |
Detailed Description
The service family is the high octet of the service type ID and the required security version is an integer representing the security version.
See also QKnxNetIpSecuredServiceFamiliesDibProxy and Qt KNXnet/IP Connection Classes.
Member Variable Documentation
quint8 QKnxSecuredServiceInfo::RequiredSecurityVersion
The required security version is an integer representing the security version.
QKnxNetIp::ServiceFamily QKnxSecuredServiceInfo::ServiceFamily
The service family is the high octet of the service type ID.
See also QKnx::NetIp::ServiceType and QKnx::NetIp::ServiceFamily.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.