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.